gearheads
/
mastodon
Archived
2
0
Fork 0
Commit Graph

1 Commits (c35a6b9e01a4f3b4c1dbdb2971187e49ea30096f)

Author SHA1 Message Date
Renato "Lond" Cerqueira 5c5e14c816 Fix undefined method error in sidekiq (#9807)
* Fix undefined method error in sidekiq

Body can be not nil but still be empty, which causes a
`NoMethodError: undefined method `[]' for nil:NilClass` further in the
code. This checks for an empty body to avoid the issue.

* Fix codeclimate issue
2019-01-14 17:28:41 +01:00