Skip to content

Commit

Permalink
Merge pull request #183 from catchpoint/apikey_header
Browse files Browse the repository at this point in the history
remove k param in getLocation
  • Loading branch information
claud-io authored Mar 27, 2024
2 parents 2a5089f + 0ac8daa commit 00d2fd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/webpagetest.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ function getLocations(options, callback) {
options = options === callback ? undefined : options;

var query = helper.setQuery(mapping.commands.locations, options);
if (!query.k && this.config.key && !options.allLocations) {
query.k = this.config.key;
}
return api.call(this, paths.locations, callback, query, options);
}

Expand Down

0 comments on commit 00d2fd0

Please sign in to comment.