Skip to content

Commit

Permalink
console
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed May 14, 2024
1 parent aa27b3f commit 1870523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/api/routers/memberRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ export const networkMemberRouter = createTRPCRouter({
}),
)
.mutation(async ({ ctx, input }) => {
console.log(input.updateParams);
// Check if the user has permission to update the network
if (input.organizationId) {
await checkUserOrganizationRole({
Expand Down

0 comments on commit 1870523

Please sign in to comment.