🩹 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
+1 -1
View File
@@ -83,7 +83,7 @@ export default {
},
limit() {
const usersChoice = this.options.limit;
if (usersChoice && !Number.isNaN(usersChoice)) return usersChoice;
if (usersChoice) return usersChoice;
return 8;
},
/* The starting date, right now, in ISO String format */