Skip to content

Commit

Permalink
CV2-4985: apply PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
melsawy committed Jan 29, 2025
1 parent 529eb5e commit 0fead5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/team_private.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def get_dashboard_export_headers(ts, dashboard_type)
# Hash to include top items as the header label depend on top_items size
top_items = {}
# tipline_dashboard columns
if dashboard_type == :tipline_dashboard
if dashboard_type.to_sym == :tipline_dashboard
header.merge!({
'Conversations': { number_of_conversations: 'to_i' },
'Messages': { number_of_messages: 'to_i' },
Expand Down

0 comments on commit 0fead5b

Please sign in to comment.