Rename ResolveRemoteAccountService to ResolveAccountService (#6327)
The service used to be named ResolveRemoteAccountService resolves local accounts as well.
This commit is contained in:
committed by
Eugen Rochko
parent
17cecd75ca
commit
613e7c7521
@ -20,6 +20,6 @@ class Form::Migration
|
||||
private
|
||||
|
||||
def set_account
|
||||
self.account = (ResolveRemoteAccountService.new.call(acct) if account.nil? && acct.present?)
|
||||
self.account = (ResolveAccountService.new.call(acct) if account.nil? && acct.present?)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user