Skip to content

Commit

Permalink
Update assets/src/hooks/useDetour.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Larson <jlarson@mbta.com>
  • Loading branch information
firestack and joshlarson authored May 23, 2024
1 parent fb630fb commit e45de6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/hooks/useDetour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const selectFinishedState = (
) =>
/*
* There's probably a better way to do this? maybe context or sub-machines?
* It seems okay to manage this state via tags if we can keep things document,
* It seems okay to manage this state via tags if we can keep things documented,
* but it feels slightly leaky to have the concern for this API call to be
* distinguished as a tag within the machine, I think it works temporarily
* and while the machine is small though
Expand Down

0 comments on commit e45de6a

Please sign in to comment.