fix: update recurringGroupId assignment and improve type definitions in helpers

This commit is contained in:
Jose Selesan
2026-06-26 14:58:40 -03:00
parent c7e685ea08
commit ab69711e87
7 changed files with 33 additions and 14 deletions

View File

@@ -113,7 +113,7 @@ export async function ensureComplexAccess(
Result<{
id: string;
complexName: string;
plan: { rules: string } | null;
plan: { rules: unknown } | null;
}>
> {
const complexUser = await db.complexUser.findUnique({