iachat/app/views/api/v1/accounts/contacts/update.json.jbuilder
Sivin Varghese d902bb1d6f
fix: Remove duplicate contactable inbox in the conversation form (#10554)
---------

Co-authored-by: Pranav <pranavrajs@gmail.com>
2024-12-06 12:31:01 -08:00

4 lines
146 B
Ruby

json.payload do
json.partial! 'api/v1/models/contact', formats: [:json], resource: @contact, with_contact_inboxes: @include_contact_inboxes
end