We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec763a4 commit 191002bCopy full SHA for 191002b
web/app/api/country.py
@@ -4,7 +4,8 @@ def get_overview(current_app: current_app):
4
query = [
5
{
6
'$match': {
7
- 'area_type': 'AREA'
+ 'area_type': 'AREA',
8
+ '_id': {"$ne": 'AREA'}
9
}
10
}, {
11
'$project': {
0 commit comments