Skip to content
Snippets Groups Projects
Unverified Commit 17f4c986 authored by Capacitor Set's avatar Capacitor Set
Browse files

Fix eslint warnings

parent cc8898a3
No related branches found
No related tags found
No related merge requests found
/* eslint-env node */
/**
* Resource Audit Script
* Belongs to Decentraleyes.
......@@ -15,12 +16,11 @@
* Imports
*/
var fileSystem, crypto, http, path, sourceMappingURL;
var fileSystem, crypto, https, sourceMappingURL;
fileSystem = require('fs');
crypto = require('crypto');
https = require('https');
path = require('path');
sourceMappingURL = require('source-map-url');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment