Skip to content

Commit 306e213

Browse files
committed
Update canonicalize.ts
1 parent 73add40 commit 306e213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/lib/deep-links/canonicalize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { SIG_PARAM, SIG_PARAMS } from './constants';
1212
* @returns The canonicalized URL as a string.
1313
*/
1414
export function canonicalize(url: URL): string {
15-
let queryString = '';
15+
let queryString: string | undefined;
1616

1717
const sigParams = url.searchParams.get(SIG_PARAMS);
1818

0 commit comments

Comments
 (0)