chore: Prevent null in Contact JSONB attributes (#3730)

This commit is contained in:
Sojan Jose
2022-01-12 04:44:55 +05:30
committed by GitHub
parent de37975be4
commit ebb04487a8
5 changed files with 56 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ Metrics/ClassLength:
Max: 125
Exclude:
- 'app/models/conversation.rb'
- 'app/models/contact.rb'
- 'app/mailers/conversation_reply_mailer.rb'
- 'app/models/message.rb'
- 'app/builders/messages/facebook/message_builder.rb'