Skip to content

Commit

Permalink
disable population check for notification for testing popropses
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiyamka authored Oct 25, 2023
1 parent ec46a32 commit e768a2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void run() {
break;
}

if (isEventInPopulatedArea(event) && isEventTypeAppropriate(event)) {
if (isEventTypeAppropriate(event)) {
Geometry geometry = convertGeometry(event.getGeometries());
latestUpdatedDate = event.getUpdatedAt();
process(event, geometry);
Expand Down

0 comments on commit e768a2c

Please sign in to comment.