mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 00:30:01 +00:00
🩹 Fixes all minor issues raised by DeepScan
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user