mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Update monkey patch to match signature
This commit is contained in:
parent
bf2e102a9c
commit
769d2dc79b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
module Elasticsearch
|
||||
module ClientExtensions
|
||||
def verify_elasticsearch
|
||||
def verify_elasticsearch(*_args, &_block)
|
||||
@verified = true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue