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,6 +1,6 @@
|
||||
import { Webhook } from "svix";
|
||||
import { recordProviderEvent } from "../_db.js";
|
||||
import { rawBody, parseJson, safeHeaders, sendMethodNotAllowed } from "../_webhook.js";
|
||||
import { recordProviderEvent } from "../../lib/db.js";
|
||||
import { rawBody, parseJson, safeHeaders, sendMethodNotAllowed } from "../../lib/webhook.js";
|
||||
|
||||
function eventType(payload) {
|
||||
return payload.type || "clerk.webhook";
|
||||
|
||||
Reference in New Issue
Block a user