looker / lookerbot

Lookerbot lets you access all your Looker data from Slack! Super fun!
https://looker.com/lookerbot
MIT License
169 stars 141 forks source link

Fix issue with uninitialized variable #146

Closed bmuller closed 6 years ago

bmuller commented 6 years ago

It's possible that queryDef.filters isn't initialized prior to using that property. This just initializes if needed (much like line 44 above it).

wilg commented 6 years ago

Thanks!