mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 22:34:47 +00:00
- Fix trailing whitespace - Add missing final newlines - Fix array bracket spacing - Auto-corrected all layout issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
199 B
Ruby
8 lines
199 B
Ruby
# 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
|