diff --git a/api/achievements/activate.ts b/api/achievements/activate.ts index e2fdd962..29c98fbd 100644 --- a/api/achievements/activate.ts +++ b/api/achievements/activate.ts @@ -100,10 +100,6 @@ export default async function handler( .from("user_profiles") .update({ total_xp: 0 }) .is("total_xp", null), - admin - .from("user_profiles") - .update({ loyalty_points: 0 }) - .is("loyalty_points", null), admin .from("user_profiles") .update({ user_type: "game_developer" })