Forgot to remove log
This commit is contained in:
@@ -83,8 +83,6 @@ export function getTotalCoins(stats: Player["player"]["stats"]) {
|
|||||||
|
|
||||||
if (!data) return 0
|
if (!data) return 0
|
||||||
|
|
||||||
console.log(data)
|
|
||||||
|
|
||||||
return Object.values(data).reduce((total, stat) => total + stat.coins, 0)
|
return Object.values(data).reduce((total, stat) => total + stat.coins, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user