mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 17:09:07 +08:00
ignore case sensitive of expectCompanies
This commit is contained in:
@@ -539,7 +539,7 @@ async function toRecommendPage (hooks) {
|
||||
tempTargetJobIndexToCheckDetail = jobListData.findIndex(it =>
|
||||
!blockBossNotNewChat.has(it.encryptBossId) &&
|
||||
!blockBossNotActive.has(it.encryptBossId) &&
|
||||
[...expectCompanySet].find(name => it.brandName.includes(name)) &&
|
||||
[...expectCompanySet].find(name => it.brandName?.toLowerCase?.()?.includes(name.toLowerCase())) &&
|
||||
!blockJobNotSuit.has(it.encryptJobId)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user