getting rid of old collections in code and database

This commit is contained in:
talksik
2022-06-10 06:08:18 -05:00
parent 0eda972f29
commit 68299668a7
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { JwtClaims, authCheck } from '../middleware/auth';
import User, { GoogleUserInfo } from '@nirvana/core/models/user.model';
import User, { GoogleUserInfo, UserStatus } from '@nirvana/core/models/user.model';
import express, { Request, Response } from 'express';
import LoginResponse from '../../core/responses/login.response';