remove not used imports

This commit is contained in:
einhornimmond 2025-12-03 13:12:20 +01:00
parent f34324a399
commit 8200eb1237
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import { slowDown } from 'express-slow-down'
import helmet from 'helmet'
import { Logger, getLogger } from 'log4js'
import { DataSource } from 'typeorm'
import { Redis } from 'ioredis'
import { GRADIDO_REALM, LOG4JS_BASE_CATEGORY_NAME } from '@/config/const'
import { AppDatabase } from 'database'
import { context as serverContext } from './context'

View File

@ -33,7 +33,6 @@
"auto-changelog": "^2.4.0",
"cross-env": "^7.0.3",
"jose": "^4.14.4",
"redis-semaphore": "^5.6.2",
"turbo": "^2.5.0",
"uuid": "^8.3.2"
},