mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
fix: timestamp
This commit is contained in:
@@ -11,5 +11,5 @@ json.auth_config custom_tool.auth_config
|
|||||||
json.param_schema custom_tool.param_schema
|
json.param_schema custom_tool.param_schema
|
||||||
json.enabled custom_tool.enabled
|
json.enabled custom_tool.enabled
|
||||||
json.account_id custom_tool.account_id
|
json.account_id custom_tool.account_id
|
||||||
json.created_at custom_tool.created_at
|
json.created_at custom_tool.created_at.to_i
|
||||||
json.updated_at custom_tool.updated_at
|
json.updated_at custom_tool.updated_at.to_i
|
||||||
|
|||||||
Reference in New Issue
Block a user