🚚 matchind the service name with repo name

This commit is contained in:
Rafi Arrafif
2025-07-16 14:02:55 +07:00
parent b98c2c01c6
commit 558891ade7
4 changed files with 6 additions and 6 deletions

View File

@ -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
) => {