samuel-pratt / bc-ferries-api

🛳 The only public API for retrieving current data on BC Ferries sailings.
https://bcferriesapi.ca
MIT License
33 stars 11 forks source link

Check am/pm leading space, dont match ship names. #39

Closed daytonturner closed 10 months ago

daytonturner commented 10 months ago

One more tweak to that last change - without testing for a leading space on the times, "am" after being tolower'ed would match on "Queen of Coquitlam"

This fixes it up.

samuel-pratt commented 10 months ago

LGTM, thanks!