You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
When reassigning this.options.orgList, this.options.orgList.map(element => element.toLowerCase()) should be used and not orgList.value.map(element => element.toLowerCase()).
The problem lies here:
ghcrawler/lib/crawler.js
Lines 30 to 37 in 0ac1107
The path is not only
/orgList
ghcrawler/lib/crawler.js
Line 32 in 0ac1107
When reassigning
this.options.orgList
,this.options.orgList.map(element => element.toLowerCase())
should be used and notorgList.value.map(element => element.toLowerCase())
.ghcrawler/lib/crawler.js
Line 35 in 0ac1107
The text was updated successfully, but these errors were encountered: