Open smarkey opened 6 years ago
https://github.com/smarkey/bus-bot/blob/5d1fc727706fd7261e3953fd944aaeffd4945505/app.js#L80
should be: return $"It's unlikely you'll catch this bus in ${expected.subtract(app.config.walkingTime, 'm').fromNow()}";
return $"It's unlikely you'll catch this bus in ${expected.subtract(app.config.walkingTime, 'm').fromNow()}";
https://github.com/smarkey/bus-bot/blob/5d1fc727706fd7261e3953fd944aaeffd4945505/app.js#L80