Skip to content

Commit

Permalink
EN-7996 fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-entourage committed Mar 10, 2025
1 parent ce83718 commit 6e5c591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/serializers/v1/conversation_home_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ConversationHomeSerializer < ActiveModel::Serializer

def type
return :private if private_conversation?
return :outing if object.outing?
return :contribution if object.contribution?

:solicitation
Expand Down

0 comments on commit 6e5c591

Please sign in to comment.