Skip to content

Commit 5eafe2c

Browse files
committed
fix
1 parent b0bea01 commit 5eafe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/runtime/client/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export { set_public_env } from '../env-public.js';
2020
* node_ids: number[];
2121
* params: Record<string, string>;
2222
* routeId: string | null;
23-
* data: Array<import('types').ServerDataNode | import('types').ServerErrorNode | null>;
23+
* data: Array<import('types').ServerDataNode | null>;
2424
* errors: Record<string, any> | null;
2525
* };
2626
* }} opts

0 commit comments

Comments
 (0)