fix: remove redundant backup
This commit is contained in:
parent
fe459731cd
commit
9837bc1a19
1 changed files with 0 additions and 3 deletions
|
|
@ -90,9 +90,6 @@ async def sync_jira():
|
||||||
audit_folder=audit_folder,
|
audit_folder=audit_folder,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create a backup of the current sync file
|
|
||||||
await sync_interface.create_backup()
|
|
||||||
|
|
||||||
# Sync from JIRA to CSV in Sharepoint
|
# Sync from JIRA to CSV in Sharepoint
|
||||||
await sync_interface.sync_from_jira_to_csv()
|
await sync_interface.sync_from_jira_to_csv()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue