Fix admin hack approval not working

This commit is contained in:
jschoeny 2025-12-28 11:18:48 -10:00
parent ace34c4408
commit 3817889f7d

View File

@ -320,7 +320,7 @@ export async function approveHack(slug: string, verified?: boolean) {
}
// Approve the hack
const { error: updateErr } = await serviceClient
const { error: updateErr } = await supabase
.from("hacks")
.update({
approved: true,