🚨 Fixed JS-0066
This commit is contained in:
parent
4d8b2fa2df
commit
3ba9b204d4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export default async (guild: Guild, from: User, to: User, amount: number) => {
|
|||
},
|
||||
},
|
||||
},
|
||||
creditsEarned: +amount,
|
||||
creditsEarned: amount,
|
||||
},
|
||||
where: {
|
||||
userId_guildId: {
|
||||
|
|
Loading…
Add table
Reference in a new issue