Chatwoot/app/views/api/v1/accounts/inboxes/agent_bot.json.jbuilder

4 lines
123 B
Text
Raw Normal View History

2021-06-01 17:04:25 +00:00
json.agent_bot do
json.partial! 'api/v1/models/agent_bot.json.jbuilder', resource: @agent_bot if @agent_bot.present?
end