forked from github/plane
chore: added epoch in draft (#2244)
* chore: added epoch in draft * chore: removed extra spaces
This commit is contained in:
parent
771ca585db
commit
02060f654c
@ -2439,6 +2439,7 @@ class IssueDraftViewSet(BaseViewSet):
|
||||
current_instance=json.dumps(
|
||||
IssueSerializer(current_instance).data, cls=DjangoJSONEncoder
|
||||
),
|
||||
epoch=int(timezone.now().timestamp())
|
||||
)
|
||||
return super().perform_destroy(instance)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user