fix bar chart not appearing on some pages
This commit is contained in:
@ -28,7 +28,7 @@ export const auditoryResourceRouter = createTRPCRouter({
|
||||
});
|
||||
|
||||
if (!resource) {
|
||||
throw Error('not found');
|
||||
throw Error("not found");
|
||||
}
|
||||
|
||||
return resource;
|
||||
|
Reference in New Issue
Block a user