mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
7 lines
198 B
Text
7 lines
198 B
Text
|
# frozen_string_literal: true
|
||
|
|
||
|
json.id chat.id
|
||
|
json.title chat.title
|
||
|
json.error chat.error.present? ? chat.error : nil
|
||
|
json.created_at chat.created_at.iso8601
|
||
|
json.updated_at chat.updated_at.iso8601
|