mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-24 13:08:10 +00:00
Fit reward audit within Vercel function limit
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { latestRiskProfile, recordAuditEvent, upsertRiskProfile } from "./_db.js";
|
||||
import { latestRiskProfile, recordAuditEvent, upsertRiskProfile } from "../lib/db.js";
|
||||
|
||||
function validateProfile(profile) {
|
||||
const errors = [];
|
||||
|
||||
Reference in New Issue
Block a user