Skip to content

Commit

Permalink
Merge branch 'main' into ssr_redux
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 30, 2024
2 parents c8eb9ed + 65323f2 commit a16584d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(admin)/account/api/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ export const actions = {
unsubscribed: priorProfile?.unsubscribed ?? false,
})
.select()
// TODO: need this select? I don't use result

if (error) {
return fail(500, {
Expand Down

0 comments on commit a16584d

Please sign in to comment.