Skip to content

Commit

Permalink
Update user.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
3LL4N authored Dec 15, 2023
1 parent b33fed8 commit 8d80008
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/src/router/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ export const useRouter = router({
currentBadges,
);

console.log("newBadges", newBadges, "currentBadges", currentBadges);

if (newBadges.length > 0) {
await ctx.prisma.user.update({
where: {
Expand Down

0 comments on commit 8d80008

Please sign in to comment.