feat: use short_summary for downloading reports [CW-2962] (#8733)

This commit is contained in:
Shivam Mishra
2024-01-18 16:06:13 +05:30
committed by GitHub
parent 1f4d860d9d
commit 4bf23adcf5
2 changed files with 9 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ module Api::V2::Accounts::ReportsHelper
business_hours: ActiveModel::Type::Boolean.new.cast(params[:business_hours])
}
)
).summary
).short_summary
end
private