Bump version to 2.3.1

This commit is contained in:
Sojan
2022-03-17 16:53:36 +05:30
parent a50ea9c88a
commit d6d0c79618
5 changed files with 7 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ class Api::V1::Accounts::AgentsController < Api::V1::Accounts::BaseController
end
def agents
@agents ||= Current.account.users.order_by_full_name.includes({ avatar_attachment: [:blob] })
@agents ||= Current.account.users.order_by_full_name.includes(:account_users, { avatar_attachment: [:blob] })
end
def validate_limit