Skip to content

Commit

Permalink
Revert "fix: edge"
Browse files Browse the repository at this point in the history
This reverts commit 807a2ca.
  • Loading branch information
Innei committed Feb 29, 2024
1 parent 807a2ca commit c584318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/api/webhook/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { CacheKeyMap } from '~/constants/keys'
import { invalidateCache, invalidateCacheWithPrefix } from '~/lib/cache'
import { NextServerResponse } from '~/lib/edge-function.server'

export const runtime = 'edge'
export const POST = async (nextreq: NextRequest) => {
const secret = process.env.WEBHOOK_SECRET
const res = new NextServerResponse()
Expand Down

0 comments on commit c584318

Please sign in to comment.