0
0
Fork 0

Remove WebfingerHelper module & move usage inline (#31203)

This commit is contained in:
Matt Jankowski 2024-10-01 05:54:42 -04:00 committed by GitHub
parent e6cda8388c
commit e975b55c24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 15 deletions

View file

@ -1,7 +0,0 @@
# frozen_string_literal: true
module WebfingerHelper
def webfinger!(uri)
Webfinger.new(uri).perform
end
end