gitlab-slack
gitlab-slack copied to clipboard
Unrecognized messages result in an exception
When unrecognized messages come in, an exception happens in slack.js when it tries to access body.__kind.title when there is no __kind property. I forgot to add it in the default case in handlers/index.js.