Skip to content

Commit

Permalink
fix stop arriving at
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9ef committed Jun 10, 2024
1 parent 76144bd commit 1b05c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segment.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ func (s SegmentStop) DepartingAt() (time.Time, error) {
}

func (s SegmentStop) ArrivingAt() (time.Time, error) {
return time.Parse("2006-01-02T15:04:05", s.RawDepartingAt)
return time.Parse("2006-01-02T15:04:05", s.RawArrivingAt)
}

0 comments on commit 1b05c9b

Please sign in to comment.