mirror of https://github.com/mastodon/mastodon
Remove `WebfingerHelper` module & move usage inline (#31203)
parent
ce2481a81b
commit
66ef4b9984
@ -1,7 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module WebfingerHelper
|
||||
def webfinger!(uri)
|
||||
Webfinger.new(uri).perform
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue