From 4be622c8386febd10f3c39f5231045c38ea51d90 Mon Sep 17 00:00:00 2001 From: rever-tecnologia Date: Wed, 17 Dec 2025 19:22:47 -0300 Subject: [PATCH] fix(sla): adiciona import de Id no companySlas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- convex/companySlas.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/convex/companySlas.ts b/convex/companySlas.ts index 4f5ff96..f7412fe 100644 --- a/convex/companySlas.ts +++ b/convex/companySlas.ts @@ -1,5 +1,6 @@ import { mutation, query } from "./_generated/server" import { ConvexError, v } from "convex/values" +import type { Id } from "./_generated/dataModel" import { requireAdmin } from "./rbac"