Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtMinceraft1010X committed Nov 6, 2023
1 parent 86bc71e commit 4b377a0
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,6 @@ export function handleLooking(
questionId: questionId,
},
}),
// prisma.user.update({
// where: { id: userId },
// data: { matchedUserId: matchId },
// }),
// prisma.user.update({
// where: { id: matchId },
// data: { matchedUserId: userId },
// }),
])
.catch((err) => {
console.log(err);
Expand Down

0 comments on commit 4b377a0

Please sign in to comment.