From 3e2583e7097dae983c949ff51facb4e9262c9254 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Fri, 12 Jun 2026 11:21:03 +0200 Subject: [PATCH] fixed syntax error --- backend/src/routes/zone_checkins.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/routes/zone_checkins.ts b/backend/src/routes/zone_checkins.ts index acd0398..8d348f1 100644 --- a/backend/src/routes/zone_checkins.ts +++ b/backend/src/routes/zone_checkins.ts @@ -33,7 +33,7 @@ const canCheckIn = permissions.checkPermissions(FEATURE_PERMISSIONS.ZONE_CHECKIN * post: * tags: [Zone Check-in] * summary: Record today's zone (upsert) - * description: Requires ZONE_CHECKIN. Body `{ data: { zone } }` (blue|green|yellow|red). + * description: "Requires ZONE_CHECKIN. Body { data: { zone } } (blue|green|yellow|red)." * responses: * 200: { description: '{ date, zone, isCheckedInToday }' } * 400: { $ref: '#/components/responses/ValidationError' }