mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:16:52 +08:00
fix: got.all
This commit is contained in:
@@ -95,5 +95,6 @@ const custom = got.extend({
|
|||||||
'x-app': 'RSSHub',
|
'x-app': 'RSSHub',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
custom.all = (list) => Promise.all(list);
|
||||||
|
|
||||||
module.exports = custom;
|
module.exports = custom;
|
||||||
|
|||||||
Reference in New Issue
Block a user