From 8c7682251ca18714a0094f1c3bcc562320a0e873 Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Tue, 22 Aug 2023 13:35:11 -0500 Subject: [PATCH] add comment to explain why issue is occuring --- src/server/api/routers/auditoryResources.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/api/routers/auditoryResources.ts b/src/server/api/routers/auditoryResources.ts index 4ab1e86..1252dae 100644 --- a/src/server/api/routers/auditoryResources.ts +++ b/src/server/api/routers/auditoryResources.ts @@ -137,6 +137,7 @@ export const auditoryResourceRouter = createTRPCRouter({ }), ]); + // TODO: The issue here is the photo binary data can't be sent over tRPC which will cause the request to be unparsable by the client return { count, resources,