mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
fix(route): jin10 undefinded item
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = async (ctx) => {
|
||||
vip: '1',
|
||||
},
|
||||
});
|
||||
return response.data;
|
||||
return response.data.filter((item) => item.type !== 1);
|
||||
},
|
||||
config.cache.routeExpire,
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user