mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Forgot to remove unneeded Error declaration
This commit is contained in:
parent
d36c2f27f3
commit
a8547d6a39
@ -5,8 +5,6 @@ class FollowService < BaseService
|
|||||||
include Payloadable
|
include Payloadable
|
||||||
include DomainControlHelper
|
include DomainControlHelper
|
||||||
|
|
||||||
class Error < StandardError; end
|
|
||||||
|
|
||||||
# Follow a remote user, notify remote user about the follow
|
# Follow a remote user, notify remote user about the follow
|
||||||
# @param [Account] source_account From which to follow
|
# @param [Account] source_account From which to follow
|
||||||
# @param [Account] target_account Account to follow
|
# @param [Account] target_account Account to follow
|
||||||
|
Loading…
Reference in New Issue
Block a user