Fix missing short summary

This commit is contained in:
Pranav
2024-05-15 20:45:11 -07:00
parent 54e697ec51
commit 6f36a02519
@@ -37,7 +37,7 @@ module Api::V2::Accounts::ReportsHelper
business_hours: ActiveModel::Type::Boolean.new.cast(params[:business_hours])
}
)
)
).short_summary
end
private