fix: got.all

This commit is contained in:
DIYgod
2019-06-04 11:54:20 +08:00
parent fb0d0bf603
commit feab46cb15

View File

@@ -95,5 +95,6 @@ const custom = got.extend({
'x-app': 'RSSHub',
},
});
custom.all = (list) => Promise.all(list);
module.exports = custom;