Fix missing module

This commit is contained in:
Yarmo Mackenbach 2021-04-16 13:09:43 +02:00
parent 67b7ae685c
commit afd643f388
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -13,6 +13,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
const E = require('./enums')
const opts = { const opts = {
proxy: { proxy: {
hostname: null, hostname: null,