Skip to content

Commit

Permalink
Throttle calls to aggregator based on map events
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnagle committed Jan 1, 2024
1 parent 0841828 commit e78982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/map-search/map-search.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class MapSearchPage implements OnInit {
}
});
} else {
// this.locatePhone();
this.locatePhone();
setTimeout(async () => {
await this.createMap();
}, 500);
Expand Down

0 comments on commit e78982c

Please sign in to comment.