Remove loyalty points normalization
cgen-eeaf77716a584982a5241b391f99ce4d
This commit is contained in:
parent
d68d379bf1
commit
a5ca79b469
1 changed files with 0 additions and 4 deletions
|
|
@ -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" })
|
||||
|
|
|
|||
Loading…
Reference in a new issue