FerryTempo / FTServer

A NodeJS implementation of the FerryTempo service.
https://www.ferrytempo.com/
1 stars 0 forks source link

Fixed the logic for OnDuty to handle javascript boolean correctly #72

Closed ckulfan closed 4 months ago

ckulfan commented 4 months ago

Turns out the logic I included in the prior fix resulted in terminal names getting returned instead of true/false. See issue description for details. This fixes that.