add updated_at to sync workflow api

This commit is contained in:
takatost
2024-03-06 13:26:14 +08:00
parent a5de7b10f3
commit 79a10e9729
10 changed files with 233 additions and 31 deletions

View File

@ -15,7 +15,7 @@ def run(script):
class TimestampField(fields.Raw):
def format(self, value):
def format(self, value) -> int:
return int(value.timestamp())