Skip to content

Commit 191002b

Browse files
author
Morgan Thomas
committed
Fixed issue
1 parent ec763a4 commit 191002b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/app/api/country.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ def get_overview(current_app: current_app):
44
query = [
55
{
66
'$match': {
7-
'area_type': 'AREA'
7+
'area_type': 'AREA',
8+
'_id': {"$ne": 'AREA'}
89
}
910
}, {
1011
'$project': {

0 commit comments

Comments
 (0)