Skip to content

Commit d51a4bc

Browse files
author
Doug Schmidt
authored
Merge pull request #297 from DougSchmidt-AI/feature/PF-1387-LocationDeleterFixSpecificVisitSummary
PF-1387 - Fix the visit summary when specific visits are targeted
2 parents 2e99bee + 044f36f commit d51a4bc

File tree

1 file changed

+1
-0
lines changed
  • TimeSeries/PublicApis/SdkExamples/LocationDeleter

1 file changed

+1
-0
lines changed

TimeSeries/PublicApis/SdkExamples/LocationDeleter/Deleter.cs

+1
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ private List<LocationInfo> GetResolvedLocations()
868868

869869
return locations
870870
.OrderBy(l => l.Identifier)
871+
.Distinct()
871872
.ToList();
872873
}
873874

0 commit comments

Comments
 (0)