From cc7c29abc98bd7d51cec24af801cd12169322992 Mon Sep 17 00:00:00 2001 From: HotelSync Date: Thu, 2 Apr 2026 23:12:03 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20checklists.ts=20=E2=80=94=20housekeeping?= =?UTF-8?q?-rules=20routes=20were=20outside=20export=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- backend/src/routes/checklists.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/routes/checklists.ts b/backend/src/routes/checklists.ts index b0acd8d..7e10b96 100644 --- a/backend/src/routes/checklists.ts +++ b/backend/src/routes/checklists.ts @@ -367,7 +367,6 @@ const checklists: FastifyPluginAsync = async (fastify) => { return rows }, ) -} // ── GET /api/hotels/:slug/housekeeping-rules ────────────────────────────── fastify.get(