cthit / hubbIT-old

Former WhoIsInTheHub
https://hubbit.chalmers.it
MIT License
2 stars 9 forks source link

Missed case for default zero values #167

Closed lindskogen closed 6 years ago

lindskogen commented 7 years ago

Error in stats#show:

image

Found the bug here: https://github.com/cthit/hubbIT/blob/develop/app/controllers/stats_controller.rb#L77-L83

@session can be present but @sessions_within_timeframe can be empty. The values will be set to nil instead of zero since the else clause won't run.

malmers commented 6 years ago

Closed as of #169