[Updater > Request] Fix error

This commit is contained in:
Ducko 2022-01-19 18:51:06 +00:00
parent b26d01bbfd
commit c2ee62ff52
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ function requestWithMethod(method, options) {
return nodeRequest(options);
}
exports.get = requestWithMethod.bind(null, method.toUpperCase());
exports.get = requestWithMethod.bind(null, 'GET');