Skip to content

Commit

Permalink
fix: check correct ETS table for stop state last updated (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemald authored Oct 11, 2024
1 parent ccc6eb3 commit af73ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/state/lib/state/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defmodule State.Metadata do
schedule: last_updated(State.Schedule),
service: last_updated(State.Service),
shape: last_updated(State.Shape),
stop: last_updated(State.Stop),
stop: last_updated(State.Stop.Cache),
trip: last_updated(State.Trip),
vehicle: last_updated(State.Vehicle)
}
Expand Down

0 comments on commit af73ff4

Please sign in to comment.