mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
make Prettier
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = function (request) {
|
||||
json: true
|
||||
}).then(function (resp) {
|
||||
var body = resp.body;
|
||||
all.download = body.base_url + '/{{ download }}'
|
||||
all.download = body.base_url + '/{{ download }}';
|
||||
body.releases.forEach(function (asset) {
|
||||
if (!map[asset.channel]) {
|
||||
map[asset.channel] = true;
|
||||
|
||||
Reference in New Issue
Block a user