request-util: Fix linting error.

This commit is contained in:
Priyank Patel
2019-06-18 17:22:38 -04:00
committed by Akash Nimare
parent b0348d6bca
commit 393a0fc2be

View File

@@ -4,7 +4,8 @@ import Logger from './logger-util';
import { CertificateUtil } from './certificate-util';
import { ProxyUtil } from './proxy-util';
import { ConfigUtil } from './config-util';
import SystemUtil from './system-util';
import SystemUtil = require('./system-util');
const logger = new Logger({
file: `request-util.log`,