fix: remove redundant backup

This commit is contained in:
Christopher Gondek 2025-09-05 14:41:05 +02:00
parent fe459731cd
commit 9837bc1a19

View file

@ -90,9 +90,6 @@ async def sync_jira():
audit_folder=audit_folder,
)
# Create a backup of the current sync file
await sync_interface.create_backup()
# Sync from JIRA to CSV in Sharepoint
await sync_interface.sync_from_jira_to_csv()