FireLemons / TwitterWeatherBot

My personal weather bot
1 stars 0 forks source link

I don't like returning null anymore #52

Closed FireLemons closed 3 years ago

FireLemons commented 3 years ago
let message = weatherTools.generateForecastMessage(forecastData)

    if (message) {
FireLemons commented 3 years ago

it's the same for alerts too