From e0f65cc7742c8dfc4848c4f3c604035fead94168 Mon Sep 17 00:00:00 2001 From: codex-bot Date: Wed, 22 Oct 2025 09:03:29 -0300 Subject: [PATCH] chore(convex): no-op touch to trigger Convex functions deploy (fix prod detail view loading) --- convex/machines.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convex/machines.ts b/convex/machines.ts index e1957a4..3920ac2 100644 --- a/convex/machines.ts +++ b/convex/machines.ts @@ -1,4 +1,4 @@ -// ci: trigger convex functions deploy +// ci: trigger convex functions deploy (no-op) import { mutation, query } from "./_generated/server" import { api } from "./_generated/api" import { ConvexError, v } from "convex/values"