Skip to content

Commit 00d2fd0

Browse files
authored
Merge pull request #183 from catchpoint/apikey_header
remove k param in getLocation
2 parents 2a5089f + 0ac8daa commit 00d2fd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/webpagetest.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@ function getLocations(options, callback) {
319319
options = options === callback ? undefined : options;
320320

321321
var query = helper.setQuery(mapping.commands.locations, options);
322-
if (!query.k && this.config.key && !options.allLocations) {
323-
query.k = this.config.key;
324-
}
325322
return api.call(this, paths.locations, callback, query, options);
326323
}
327324

0 commit comments

Comments
 (0)