Skip to content

Commit

Permalink
feat(TRA-1006): specify string type of DepartureTimeAny constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Bäckevik committed Feb 7, 2024
1 parent a845910 commit 9e39bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routingv8/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type GeoWaypoint struct {
}

// DepartureTimeAny enforces non time-aware routing.
const DepartureTimeAny = "any"
const DepartureTimeAny string = "any"

type Profile int

Expand Down

0 comments on commit 9e39bdd

Please sign in to comment.