almost done

This commit is contained in:
2025-09-08 11:25:11 -05:00
parent f315412b03
commit 1d82c18179
11 changed files with 330 additions and 295 deletions

View File

@@ -9,8 +9,7 @@ import {
import type { Doc, Id } from './_generated/dataModel';
import { paginationOptsValidator } from 'convex/server';
// NEW: shared ctx type for helpers
type RWCtx = MutationCtx | QueryCtx;
type RWCtx = MutationCtx | QueryCtx
type StatusRow = {
user: {