fix bar chart not appearing on some pages

This commit is contained in:
Brandon Egger
2023-08-29 10:54:32 -05:00
parent 41a0562228
commit a35297728c
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ export const auditoryResourceRouter = createTRPCRouter({
});
if (!resource) {
throw Error('not found');
throw Error("not found");
}
return resource;