Skip to content

Commit 89dff67

Browse files
committed
fixed: unused variable
1 parent 86f3bfd commit 89dff67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dyson-utils.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const rootCas = require('ssl-root-cas').create();
1616
const httpsAgent = new https.Agent({ca: rootCas});
1717
// const ipformat = /^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/;
1818
rootCas.addFile(path.resolve(__dirname, 'certificates/intermediate.pem'));
19-
const {Resolver} = require('dns');
2019

2120

2221
module.exports.wait=async function(milliSec){

0 commit comments

Comments
 (0)