adds maintenance function to clear all users' token records

This commit is contained in:
nai-degen
2023-08-30 22:38:33 -05:00
parent ffc0c6472e
commit 4b32130eaa
4 changed files with 60 additions and 20 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"overrides": [
{
"files": [
"*.ejs"
],
"options": {
"printWidth": 160,
"bracketSameLine": true
}
}
]
}