minor fixes

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-10-28 21:57:43 +02:00
parent aa2939f302
commit c8c86d8c23
9 changed files with 78 additions and 76 deletions

View File

@@ -106,6 +106,7 @@ export const reportRouter = createTRPCRouter({
range: dateDifferanceInDays(new Date(report.endDate), new Date(report.startDate)),
},
});
}),
update: protectedProcedure
.input(