Fit reward audit within Vercel function limit

This commit is contained in:
Theodore Song
2026-08-19 15:42:12 -04:00
parent 6b1ab20439
commit ff337588be
14 changed files with 36 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { latestRiskProfile, recordAuditEvent, upsertRiskProfile } from "./_db.js";
import { latestRiskProfile, recordAuditEvent, upsertRiskProfile } from "../lib/db.js";
function validateProfile(profile) {
const errors = [];