fixing in user and authentication
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { AppError } from "../../../helpers/error/handler";
|
||||
import { AppError } from "../../../helpers/error/instances/app";
|
||||
import { userModel } from "../user.model";
|
||||
|
||||
export const findUserByEmailOrUsernameRepo = async (identifier: string) => {
|
||||
|
||||
Reference in New Issue
Block a user