Skip to content

Commit

Permalink
properly identify Libyan users by adding exclude logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarek-Bohdima authored Jan 14, 2025
1 parent 69dc92b commit 3e075d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ var PRESETS = map[string]QueryPreset{
},
"libya": QueryPreset{
include: []string{"libya", "tripoli", "benghazi", "misrata", "zliten", "bayda"},
exclude: []string{"lebanon", "greece", "gr"},
},
"slovakia": QueryPreset{
include: []string{"slovakia", "bratislava", "kosice", "presov", "zilina"},
Expand Down

0 comments on commit 3e075d3

Please sign in to comment.