Skip to content

Commit 095b4de

Browse files
committed
fix waitUntil function
1 parent 9d14506 commit 095b4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/src/server-common/handleError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function handleErrorWithSentry(handleError: HandleServerError = defaultEr
4444

4545
const platform = input.event.platform as {
4646
context?: {
47-
waitUntil?: (fn: () => Promise<void>) => void;
47+
waitUntil?: (p: Promise<void>) => void;
4848
};
4949
};
5050

0 commit comments

Comments
 (0)