mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
5c5e14c816
* 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
8 lines
169 B
HTML
8 lines
169 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href='https://host.test/empty_provider.json' rel='alternate' type='application/json+oembed'>
|
|
</head>
|
|
<body></body>
|
|
</html>
|