Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 29, 2022
1 parent b0bea01 commit 5eafe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/runtime/client/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export { set_public_env } from '../env-public.js';
* node_ids: number[];
* params: Record<string, string>;
* routeId: string | null;
* data: Array<import('types').ServerDataNode | import('types').ServerErrorNode | null>;
* data: Array<import('types').ServerDataNode | null>;
* errors: Record<string, any> | null;
* };
* }} opts
Expand Down

0 comments on commit 5eafe2c

Please sign in to comment.