summaryrefslogtreecommitdiffstats
path: root/app/controllers/api/v1/follow_requests_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/v1/follow_requests_controller.rb')
-rw-r--r--app/controllers/api/v1/follow_requests_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/v1/follow_requests_controller.rb b/app/controllers/api/v1/follow_requests_controller.rb
index b34c76f29e9..f4b2a74d0ae 100644
--- a/app/controllers/api/v1/follow_requests_controller.rb
+++ b/app/controllers/api/v1/follow_requests_controller.rb
@@ -29,7 +29,7 @@ class Api::V1::FollowRequestsController < Api::BaseController
end
def relationships(**options)
- AccountRelationshipsPresenter.new([params[:id]], current_user.account_id, options)
+ AccountRelationshipsPresenter.new([params[:id]], current_user.account_id, **options)
end
def load_accounts