mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-24 04:58:08 +00:00
Fit reward audit within Vercel function limit
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { recordAuditEvent } from "./_db.js";
|
||||
import { recordAuditEvent } from "../lib/db.js";
|
||||
|
||||
async function notifyIncidentWebhook(payload) {
|
||||
const url = process.env.INCIDENT_WEBHOOK_URL || process.env.SENTRY_WEBHOOK_URL;
|
||||
|
||||
Reference in New Issue
Block a user