diff options
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index d854725..6b0816d 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -1,4 +1,6 @@ | |||
1 | const mainQuery = { | 1 | import { GetPostQuery } from "./api/e621"; |
2 | |||
3 | const mainQuery: GetPostQuery = { | ||
2 | tags: [ | 4 | tags: [ |
3 | "feral", | 5 | "feral", |
4 | "-anthro", | 6 | "-anthro", |