1
0
Fork 0
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:
Matt Jankowski 2024-06-07 10:45:01 -04:00
parent bf2e102a9c
commit 769d2dc79b

View file

@ -2,7 +2,7 @@
module Elasticsearch
module ClientExtensions
def verify_elasticsearch
def verify_elasticsearch(*_args, &_block)
@verified = true
end
end