-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
There is a typo on following line, where countryBlackList should be countryWhiteList
Line 91 in 310ab16
| if(countryWhiteList!=null && !countryBlackList.isEmpty()) return true; |
Reactions are currently unavailable