fix(sla): adiciona import de Id no companySlas
All checks were successful
All checks were successful
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5db31ba365
commit
4be622c838
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue