diff --git a/src/routes/(admin)/account/api/+page.server.ts b/src/routes/(admin)/account/api/+page.server.ts index 82c4c835..c3846efc 100644 --- a/src/routes/(admin)/account/api/+page.server.ts +++ b/src/routes/(admin)/account/api/+page.server.ts @@ -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, {