diff options
Diffstat (limited to 'server/controllers/bots.ts')
-rw-r--r-- | server/controllers/bots.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/controllers/bots.ts b/server/controllers/bots.ts index a5ce1d79f..2b825a730 100644 --- a/server/controllers/bots.ts +++ b/server/controllers/bots.ts | |||
@@ -1,8 +1,8 @@ | |||
1 | import { getServerActor } from '@server/models/application/application' | ||
2 | import { logger } from '@uploadx/core' | ||
3 | import express from 'express' | 1 | import express from 'express' |
4 | import { truncate } from 'lodash' | 2 | import { truncate } from 'lodash' |
5 | import { SitemapStream, streamToPromise, ErrorLevel } from 'sitemap' | 3 | import { ErrorLevel, SitemapStream, streamToPromise } from 'sitemap' |
4 | import { logger } from '@server/helpers/logger' | ||
5 | import { getServerActor } from '@server/models/application/application' | ||
6 | import { buildNSFWFilter } from '../helpers/express-utils' | 6 | import { buildNSFWFilter } from '../helpers/express-utils' |
7 | import { ROUTE_CACHE_LIFETIME, WEBSERVER } from '../initializers/constants' | 7 | import { ROUTE_CACHE_LIFETIME, WEBSERVER } from '../initializers/constants' |
8 | import { asyncMiddleware } from '../middlewares' | 8 | import { asyncMiddleware } from '../middlewares' |