Skip to content

Commit

Permalink
Fix bug where profile picture update does not work
Browse files Browse the repository at this point in the history
Nierot committed Jul 26, 2024
1 parent 543e68f commit a3fdb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/leden/[id]/+page.server.ts
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ export const actions = {

await db.user.update({
where: {
ldapId: locals.user.ldapId,
ldapId: id,
},
data: {
profilePicture: filename,

0 comments on commit a3fdb7c

Please sign in to comment.