Skip to content

Commit 9be7ac2

Browse files
Robin BuschmannRobin Buschmann
authored andcommitted
bug fix
1 parent 7554db7 commit 9be7ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/GeoService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class GeoService {
1717
try {
1818

1919
const clusters = this.getClusters(chargingLocations, epsilon);
20-
const clusteredCoordinates = clusters.map(cluster => this.getLocationCluster(cluster, epsilon, idObject));
20+
const clusteredCoordinates = clusters.map(cluster => this.getLocationCluster(cluster, epsilon, idObject, addGroupCount));
2121

2222
resolve(clusteredCoordinates);
2323

0 commit comments

Comments
 (0)