fix problem with starting server

This commit is contained in:
einhorn_b 2023-09-14 12:53:45 +02:00
parent a0d73aa920
commit be3e061db4
2 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,7 @@
"sodium-native": "^4.0.4",
"tsconfig-paths": "^4.1.2",
"type-graphql": "^2.0.0-beta.2",
"typeorm": "^0.3.17",
"typeorm-extension": "^3.0.1"
"typeorm": "^0.3.17"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^3.2.1",
@ -63,7 +62,8 @@
"prettier": "^2.8.7",
"ts-jest": "^27.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"typeorm-extension": "^3.0.1"
},
"engines": {
"node": ">=14"

View File

@ -12,7 +12,7 @@ import {
isExist,
} from '@/controller/Community'
import { TransactionErrorType } from '../enum/TransactionErrorType'
import { logger } from '@test/testSetup'
import { logger } from '@/server/logger'
@Resolver()
export class CommunityResolver {