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 { 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;