We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d14506 commit 095b4deCopy full SHA for 095b4de
packages/sveltekit/src/server-common/handleError.ts
@@ -44,7 +44,7 @@ export function handleErrorWithSentry(handleError: HandleServerError = defaultEr
44
45
const platform = input.event.platform as {
46
context?: {
47
- waitUntil?: (fn: () => Promise<void>) => void;
+ waitUntil?: (p: Promise<void>) => void;
48
};
49
50
0 commit comments