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.
2 parents e059f1f + c201dc1 commit fb68001Copy full SHA for fb68001
src/models/base.js
@@ -20,7 +20,7 @@ class base {
20
this._perPage = this.config ? this.config.get('_perPage') : 100;
21
this._parallel = this.config ? this.config.get('_parallel') : 4;
22
this._proxy = this.config && this.config.get('proxy') ? this.config.get('proxy') : undefined;
23
- this._insecure = this.config && this.config.get('unsecure') ? this.config.get('unsecure') : false;
+ this._insecure = this.config && this.config.get('insecure') ? this.config.get('insecure') : false;
24
}
25
26
/**
0 commit comments