Skip to content

Commit 5d7bf50

Browse files
authored
Improve check for incomplete data
1 parent 3e41565 commit 5d7bf50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ function calculateDayStatistics(fromDate, toDate) {
327327
}
328328

329329
});
330+
if (regions.every(r => !countryPop[r])) incompleteData.add(country);
330331

331332
}
332333
}

0 commit comments

Comments
 (0)