Skip to content

Commit 7f182dc

Browse files
committed
2 parents 6f9839b + c5dc125 commit 7f182dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

presets.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ var PRESETS = map[string]QueryPreset{
411411
"iraq": QueryPreset{
412412
include: []string{"baghdad", "mosul", "basra", "kirkuk", "erbil", "najaf", "karbala", "sulaymaniya", "al-nasiriya", "al-amarah"},
413413
},
414+
"qatar": QueryPreset{
415+
include: []string{"Qatar", "Doha"},
416+
},
414417
}
415418

416419
func Preset(name string) QueryPreset {

0 commit comments

Comments
 (0)