Forgot to remove unneeded Error declaration

This commit is contained in:
Leni Kadali 2024-09-26 18:08:53 +03:00
parent d36c2f27f3
commit a8547d6a39

View File

@ -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