From 6f36a02519c1b7b6f78ae866117429eb0f80431d Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 15 May 2024 20:45:11 -0700 Subject: [PATCH] Fix missing short summary --- app/helpers/api/v2/accounts/reports_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/api/v2/accounts/reports_helper.rb b/app/helpers/api/v2/accounts/reports_helper.rb index 9f7655c23..74c7af43e 100644 --- a/app/helpers/api/v2/accounts/reports_helper.rb +++ b/app/helpers/api/v2/accounts/reports_helper.rb @@ -37,7 +37,7 @@ module Api::V2::Accounts::ReportsHelper business_hours: ActiveModel::Type::Boolean.new.cast(params[:business_hours]) } ) - ) + ).short_summary end private