Skip to content

Commit

Permalink
Fix speed - Take fleetman-ci-cd-demo#1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfreddie04 committed Aug 16, 2023
1 parent 3edb311 commit 2661097
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public void processPositionMessageFromQueue(Map<String, String> incomingMessage
.withLat(new BigDecimal(incomingMessage.get("lat")))
.withLng(new BigDecimal(incomingMessage.get("long")))
.withTimestamp(convertedDatestamp)
.withSpeed(47.5)
.build();

data.updatePosition(newReport);
Expand Down

0 comments on commit 2661097

Please sign in to comment.