fix(route): jin10 undefinded item

This commit is contained in:
TonyRL 2023-02-09 14:05:20 +00:00 committed by Tony
parent 582df7c055
commit 28d1703bd7
1 changed files with 1 additions and 1 deletions

View File

@ -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