mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-10 07:36:09 +08:00
missing rounding
This commit is contained in:
parent
baa6a6de37
commit
8dabb39d70
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ async function announceDailyLeaderboard(
|
|||
rewards: [
|
||||
{
|
||||
type: "xp",
|
||||
item: xpReward,
|
||||
item: Math.round(xpReward),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue