mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-21 21:16:10 +08:00
allowing custom
This commit is contained in:
parent
3b4229ffc1
commit
84443d8f8b
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ export async function addResult(
|
|||
}
|
||||
|
||||
function calculateXp(result, configurationMultiplier): number {
|
||||
if (result.mode === "zen" || result.mode === "custom") {
|
||||
if (result.mode === "zen") {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue