Merge branch 'dev' into feat-blueprint-ui-on-dashboard

This commit is contained in:
Owen
2025-10-29 14:46:34 -07:00
15 changed files with 452 additions and 449 deletions

View File

@@ -3,7 +3,7 @@ import logger from "@server/logger";
import { and, eq, lt } from "drizzle-orm";
import cache from "@server/lib/cache";
/**
/**
Reasons:
100 - Allowed by Rule
@@ -69,7 +69,7 @@ export async function cleanUpOldLogs(orgId: string, retentionDays: number) {
)
);
logger.info(
logger.debug(
`Cleaned up ${deleteResult.changes} request audit logs older than ${retentionDays} days`
);
} catch (error) {