Skip to content

Commit f934239

Browse files
committed
fix lint
1 parent a5a8fd6 commit f934239

File tree

1 file changed

+1
-1
lines changed
  • packages/sveltekit/src/server

1 file changed

+1
-1
lines changed

packages/sveltekit/src/server/load.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { captureException } from '@sentry/node';
2-
import { addExceptionMechanism, objectify, isThenable } from '@sentry/utils';
2+
import { addExceptionMechanism, isThenable, objectify } from '@sentry/utils';
33
import type { HttpError, ServerLoad } from '@sveltejs/kit';
44

55
function isHttpError(err: unknown): err is HttpError {

0 commit comments

Comments
 (0)