feat: create workspace
This commit is contained in:
@@ -122,8 +122,6 @@ export const boardRouter = createTRPCRouter({
|
||||
where: eq(workspaces.publicId, input.workspacePublicId),
|
||||
})
|
||||
|
||||
console.log({ workspace })
|
||||
|
||||
if (!workspace) return;
|
||||
|
||||
return ctx.db.insert(boards).values({
|
||||
|
||||
Reference in New Issue
Block a user