feat: add five new coffee shop entries and update an existing image URL

This commit is contained in:
2025-12-05 00:11:50 -05:00
parent 77b003e4a6
commit 120b176709
3 changed files with 56 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ const timingMiddleware = t.middleware(async ({ next, path }) => {
const result = await next();
const end = Date.now();
console.log(`[TRPC] ${path} took ${end - start}ms to execute`);
return result;
});