[Updater > Request] Fix error
This commit is contained in:
parent
b26d01bbfd
commit
c2ee62ff52
1 changed files with 1 additions and 1 deletions
|
@ -71,4 +71,4 @@ function requestWithMethod(method, options) {
|
||||||
return nodeRequest(options);
|
return nodeRequest(options);
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.get = requestWithMethod.bind(null, method.toUpperCase());
|
exports.get = requestWithMethod.bind(null, 'GET');
|
Loading…
Add table
Add a link
Reference in a new issue