diff options
author | Volpeon <git@volpeon.ink> | 2021-10-19 20:49:43 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-19 20:49:43 +0200 |
commit | bb41634991fe81e0bde73c1e5ddf2541bec69cff (patch) | |
tree | 8194a25f4b91ddb03c7d1d697431521161e13a89 /src/index.ts | |
parent | Fix (diff) | |
download | feralbot-bb41634991fe81e0bde73c1e5ddf2541bec69cff.tar.gz feralbot-bb41634991fe81e0bde73c1e5ddf2541bec69cff.tar.bz2 feralbot-bb41634991fe81e0bde73c1e5ddf2541bec69cff.zip |
Fix db
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 90a8f5b..7fe2128 100644 --- a/src/index.ts +++ b/src/index.ts | |||
@@ -3,7 +3,7 @@ import * as jobs from "./services/jobs"; | |||
3 | import * as cliArgs from "ts-command-line-args"; | 3 | import * as cliArgs from "ts-command-line-args"; |
4 | import PostDatabase from "./services/postDatabase"; | 4 | import PostDatabase from "./services/postDatabase"; |
5 | 5 | ||
6 | export const queueDb = new PostDatabase("queue.json", 50); | 6 | export const queueDb = new PostDatabase("queue.json"); |
7 | 7 | ||
8 | const args = cliArgs.parse<{ | 8 | const args = cliArgs.parse<{ |
9 | id?: number; | 9 | id?: number; |