Skip to content

Commit

Permalink
Merge pull request #489 from bitdefender/DEX-21616
Browse files Browse the repository at this point in the history
fixed broken call
  • Loading branch information
inastase authored Jan 15, 2025
2 parents 6f16324 + 2f5f78d commit 50bd11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src/scripts/libs/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ export default class Page {
* @param {string} key
*/
static getParamValue(key) {
return this.queryParams[key];
return this.queryParams.get(key);
}
}

0 comments on commit 50bd11c

Please sign in to comment.