There was an error while loading. Please reload this page.
1 parent 2509160 commit ceffe0aCopy full SHA for ceffe0a
1 file changed
packages/presets/src/presets/next/handler.ts
@@ -71,7 +71,7 @@ async function handlerDefault(request: AzionRuntimeRequest, ctx: AzionRuntimeCtx
71
};
72
73
const context = {
74
- waitUntil: ctx.waitUntil,
+ waitUntil: ctx.waitUntil.bind(ctx),
75
passThroughOnException: () => null,
76
77
0 commit comments