Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Nov 5, 2024
1 parent 09b2a69 commit cc52a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-common/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,6 @@ export function assertKey(key: string, pointer: string[]) {
}

export const parseQuery = (queryString: string) => {
// @ts-expect-error no types for qs.parse strictDepth
// @ts-expect-error no types for qs.parse strictDepth
return qs.parse(queryString, { depth: 10, strictDepth: true });
};

0 comments on commit cc52a7b

Please sign in to comment.