fix: update recurringGroupId assignment and improve type definitions in helpers
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user