Fix updateUserXPAndLevel profiles update table name

cgen-4a0f8a14fa3e4bce9b213664593c0b7e
This commit is contained in:
Builder.io 2025-08-16 04:11:18 +00:00
parent 6002836d22
commit 9f23130777

View file

@ -346,7 +346,7 @@ export const aethexAchievementService = {
// Update profile
await supabase
.from("profiles")
.from("user_profiles")
.update({
total_xp: newTotalXP,
level: newLevel,