add comment to explain why issue is occuring
This commit is contained in:
		@@ -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 {
 | 
					      return {
 | 
				
			||||||
        count,
 | 
					        count,
 | 
				
			||||||
        resources,
 | 
					        resources,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user