fix: fix height of header

This commit is contained in:
Henry
2024-09-27 15:01:25 +01:00
parent f1dfe8fb00
commit 50b08e2e85
3 changed files with 4 additions and 6 deletions

View File

@@ -44,8 +44,6 @@ export const boardRouter = createTRPCRouter({
input.filters,
);
console.log(result);
return result;
}),
create: protectedProcedure