make Prettier

This commit is contained in:
AJ ONeal
2020-05-03 10:49:06 +00:00
parent c32ea6d98e
commit fa2dcece4c
4 changed files with 18 additions and 6 deletions

View File

@@ -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;