feat: waitlist system for appointment slots (GRO-105) #110

Closed
groombook-engineer[bot] wants to merge 11 commits from feat/gro-105-waitlist into main
Showing only changes of commit 8ea383b98b - Show all commits
+1 -1
View File
@@ -64,7 +64,7 @@ portalRouter.patch(
.where(eq(appointments.id, id))
.returning();
if (!updated) {
if (!updated) {
return c.json({ error: "Not found" }, 404);
}