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