Skip to content

Commit

Permalink
EDIT: Manually implemented butifying suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
erichjsonfosse committed Aug 16, 2024
1 parent faffb2e commit 1f7d774
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ export class UrlService {
return u;
}

queryParametersExist(
expected: URLSearchParams,
actual: URLSearchParams
): boolean {
queryParametersExist(expected: URLSearchParams, actual: URLSearchParams): boolean {
let r = true;

expected.forEach((v, k) => {
Expand Down

0 comments on commit 1f7d774

Please sign in to comment.