mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
add updated_at to sync workflow api
This commit is contained in:
@ -15,7 +15,7 @@ def run(script):
|
||||
|
||||
|
||||
class TimestampField(fields.Raw):
|
||||
def format(self, value):
|
||||
def format(self, value) -> int:
|
||||
return int(value.timestamp())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user