Skip to content

Commit

Permalink
Removed console log from cvService
Browse files Browse the repository at this point in the history
  • Loading branch information
Peco1503 committed Jun 11, 2024
1 parent 2d00421 commit bd4bffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/cvService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const createCV = async(data : {user_id? : string; title?: string;
};

export const deleteCV = async(cvId: string) => {
console.log("Cv id that i am deleting: ", cvId);
const deletedCV = await prisma.cv.delete({
where: {
cv_id: cvId,
Expand Down

0 comments on commit bd4bffa

Please sign in to comment.