🚚 matchind the service name with repo name
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Prisma } from "@prisma/client";
|
||||
import { userModel } from "../user.model";
|
||||
|
||||
export const updateUserRepo = async (
|
||||
export const updateUserRepository = async (
|
||||
username: string,
|
||||
payload: Prisma.UserUpdateInput
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user