🚨 Fixed JS-0066

This commit is contained in:
Axel Olausson Holtenäs 2022-10-21 20:09:50 +02:00
parent 4d8b2fa2df
commit 3ba9b204d4

View file

@ -91,7 +91,7 @@ export default async (guild: Guild, from: User, to: User, amount: number) => {
},
},
},
creditsEarned: +amount,
creditsEarned: amount,
},
where: {
userId_guildId: {