@xyo-network/location-certainty-plugin 2.83.0 → 2.84.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,7 +75,7 @@ export class LocationCertaintyDiviner<TParam extends LocationCertaintyDivinerPar
75
75
 
76
76
  const heuristics = LocationCertaintyDiviner.locationsToHeuristics(elevations, locations)
77
77
 
78
- const result = new PayloadBuilder<LocationCertaintyPayload>({ schema: LocationCertaintySchema })
78
+ const result = await new PayloadBuilder<LocationCertaintyPayload>({ schema: LocationCertaintySchema })
79
79
  .fields({
80
80
  altitude: LocationCertaintyDiviner.calcHeuristic(heuristics.altitude),
81
81
  elevation: LocationCertaintyDiviner.calcHeuristic(heuristics.elevation),