Skip to content

Commit

Permalink
Merge pull request #176 from Plant-for-the-Planet-org/feature/optimiz…
Browse files Browse the repository at this point in the history
…ing-alert-fetcher

Optimizing alert fetcher logic
  • Loading branch information
dhakalaashish authored May 7, 2024
2 parents 7ff903a + 3f50be7 commit e34b614
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 180 deletions.
1 change: 0 additions & 1 deletion apps/server/src/Services/GeoEvent/GeoEventHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const processGeoEvents = async (geoEventProviderClientId: GeoEventProviderClient
newGeoEvents.push(fetchedEvents[i]);
}
}

return newGeoEvents;
};

Expand Down
Loading

0 comments on commit e34b614

Please sign in to comment.