Fix updateUserXPAndLevel profiles update table name
cgen-4a0f8a14fa3e4bce9b213664593c0b7e
This commit is contained in:
parent
6002836d22
commit
9f23130777
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ export const aethexAchievementService = {
|
|||
|
||||
// Update profile
|
||||
await supabase
|
||||
.from("profiles")
|
||||
.from("user_profiles")
|
||||
.update({
|
||||
total_xp: newTotalXP,
|
||||
level: newLevel,
|
||||
|
|
|
|||
Loading…
Reference in a new issue