mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2
This commit is contained in:
@@ -102,7 +102,7 @@ const requestWrapper = (url, options) => {
|
||||
|
||||
const httpWrap = (func) => {
|
||||
const origin = func;
|
||||
return function(url, request) {
|
||||
return function (url, request) {
|
||||
if (typeof url === 'object') {
|
||||
if (url instanceof URL) {
|
||||
requestWrapper(url.toString(), request);
|
||||
|
||||
Reference in New Issue
Block a user