🩹 Fixes all minor issues raised by DeepScan

This commit is contained in:
Alicie
2021-12-26 23:14:25 +00:00
committed by Alicia Sykes
parent 5867601f1a
commit 6e3d26d077
8 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ export default {
return 'latest';
} else if (usersChoice === 'random') {
return Math.abs(Math.floor(Math.random() * (1 - 2553)));
} else if (!Number.isNaN(usersChoice)) {
} else if (usersChoice) {
return usersChoice;
}
return 'latest';