feat(filters): usar filtro por responsável no servidor (assigneeId)\n\nci: tocar convex/tickets para forçar deploy das funções

This commit is contained in:
codex-bot 2025-10-20 16:07:54 -03:00
parent e4bf7c801b
commit 0dd0e67458
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,4 @@
// CI touch: enable server-side assignee filtering and trigger redeploy
import { mutation, query } from "./_generated/server";
import type { MutationCtx, QueryCtx } from "./_generated/server";
import { ConvexError, v } from "convex/values";