Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Sep 10, 2024
1 parent 6532707 commit 4066620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/router/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export const workspaceRouter = createTRPCRouter({
.input(createWorkspace)
.mutation(async ({ ctx, input }) =>
ctx.db.transaction(async (tx) => {
// Ensure predefined roles exist
for (const [_, roleData] of Object.entries(predefinedRoles)) {
await tx
.insert(role)
Expand Down

0 comments on commit 4066620

Please sign in to comment.