Skip to content

Commit 068c4a4

Browse files
zwelhtetyanthihathit
authored andcommitted
fix: utility: url: add empty string in excludedQueryParams
1 parent dd6cbd0 commit 068c4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type Data = {
55
[key: string]: Value
66
}
77
const baseURL = self.location.origin
8-
const excludedQueryParams: Value[] = [undefined]
8+
const excludedQueryParams: Value[] = [undefined, '']
99

1010
export type URLBuilderOptions = {
1111
params?: Data

0 commit comments

Comments
 (0)