chore: unarchived issue and date format changes (#2598)
* chore: unarchived issue message corrected * chore: passing the date in archived at
This commit is contained in:
parent
8c620c4f96
commit
4f09a89f5e
2 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ def archive_old_issues():
|
|||
# Check if Issues
|
||||
if issues:
|
||||
# Set the archive time to current time
|
||||
archive_at = timezone.now()
|
||||
archive_at = timezone.now().date()
|
||||
|
||||
issues_to_update = []
|
||||
for issue in issues:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue