Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Sep 11, 2022
2 parents 315babd + 2e3e564 commit 942ab2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,9 @@ var PRESETS = map[string]QueryPreset{
"the bahamas": QueryPreset{
include: []string{"Bahamas"},
},
"gabon": QueryPreset{
include: []string{"gabon", "Libreville", "Port-gentil", "Franceville", "Oyem", "Moanda"},
},
}

func Preset(name string) QueryPreset {
Expand Down

0 comments on commit 942ab2a

Please sign in to comment.