Skip to content

Commit 6117aa2

Browse files
committed
Fix typo
1 parent db804c0 commit 6117aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/server/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export const updateHasPaidByUserId: UpdateHasPaidByUserId<{ id: number; data: Pi
290290
id,
291291
},
292292
data: {
293-
isAdmin: data.hasPaid,
293+
hasPaid: data.hasPaid,
294294
},
295295
});
296296

0 commit comments

Comments
 (0)