feat: include current account user

This commit is contained in:
Shivam Mishra
2025-03-19 18:01:42 +05:30
parent 960de3e545
commit 95c2915723
2 changed files with 6 additions and 1 deletions
@@ -21,6 +21,7 @@ class Api::V1::Accounts::SearchController < Api::V1::Accounts::BaseController
SearchService.new(
current_user: Current.user,
current_account: Current.account,
current_account_user: Current.account_user,
search_type: search_type,
params: params
).perform