We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7de1c commit 72f1b32Copy full SHA for 72f1b32
wtp/locationSelector.js
@@ -4,7 +4,6 @@ const {Mutex, withTimeout, E_TIMEOUT} = require('async-mutex');
4
const apiKeys = require('./apiKey');
5
const path = require("path");
6
const opentelemetry = require("@opentelemetry/api");
7
-const e = require("express");
8
const logger = require('../logger').logger;
9
10
const GET_LOCATIONS = 'http://www.webpagetest.org/getLocations.php?f=json';
0 commit comments