diff --git a/src/authchecker.ts b/src/authchecker.ts index f6ffdad..36cb40b 100644 --- a/src/authchecker.ts +++ b/src/authchecker.ts @@ -4,7 +4,7 @@ import { Action } from "routing-controllers"; import { getConnectionManager } from 'typeorm'; import { config } from './config'; import { IllegalJWTError, NoPermissionError, UserNonexistantOrRefreshtokenInvalidError } from './errors/AuthError'; -import { JwtCreator, JwtUser } from './JwtCreator'; +import { JwtCreator, JwtUser } from './jwtcreator'; import { User } from './models/entities/User'; /**