chore: added epoch in draft (#2244)
* chore: added epoch in draft * chore: removed extra spaces
This commit is contained in:
parent
771ca585db
commit
02060f654c
5 changed files with 42 additions and 41 deletions
|
|
@ -77,7 +77,7 @@ def archive_old_issues():
|
|||
project_id=project_id,
|
||||
current_instance=None,
|
||||
subscriber=False,
|
||||
epoch = int(timezone.now().timestamp())
|
||||
epoch=int(timezone.now().timestamp())
|
||||
)
|
||||
for issue in updated_issues
|
||||
]
|
||||
|
|
@ -149,7 +149,7 @@ def close_old_issues():
|
|||
project_id=project_id,
|
||||
current_instance=None,
|
||||
subscriber=False,
|
||||
epoch = int(timezone.now().timestamp())
|
||||
epoch=int(timezone.now().timestamp())
|
||||
)
|
||||
for issue in updated_issues
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue