🧹 cleanups
This commit is contained in:
@@ -2,8 +2,8 @@ import { IsString } from 'class-validator';
|
||||
import * as jsonwebtoken from 'jsonwebtoken';
|
||||
import { getConnectionManager } from 'typeorm';
|
||||
import { IllegalJWTError, JwtNotProvidedError, RefreshTokenCountInvalidError, UserNotFoundError } from '../../errors/AuthError';
|
||||
import { Auth } from '../entities/Auth';
|
||||
import { User } from '../entities/User';
|
||||
import { Auth } from '../responses/Auth';
|
||||
|
||||
export class RefreshAuth {
|
||||
@IsString()
|
||||
|
||||
Reference in New Issue
Block a user