This commit is contained in:
takatost
2024-03-07 17:15:46 +08:00
parent fee8a86880
commit d214c047e9
2 changed files with 4 additions and 4 deletions

View File

@ -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)
}