mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 05:06:15 +08:00
fix bug
This commit is contained in:
@ -65,7 +65,7 @@ class DraftWorkflowApi(Resource):
|
||||
|
||||
return {
|
||||
"result": "success",
|
||||
"updated_at": TimestampField().format(workflow.updated_at)
|
||||
"updated_at": TimestampField().format(workflow.updated_at or workflow.created_at)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user