fix an error with the all time date range for role stats.

This commit is contained in:
iamBadgers
2024-06-08 23:07:20 -07:00
parent 9c87485d4e
commit 68433b6836
3 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"dev": "npx tsc && node dist/app.js"
"dev": "npx tsc && node dist/app.js",
"build": "npx tsc"
},
"keywords": [],
"author": "",