Fix: logic failed the onboarding-1 job (#1085)

Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
This commit is contained in:
Adrià Casajús 2022-06-14 09:00:52 +02:00 committed by GitHub
parent 83d58c7bca
commit 3d3d408a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ SimpleLogin team.
""",
retries=3,
)
if job.name == config.JOB_SEND_USER_REPORT:
elif job.name == config.JOB_SEND_USER_REPORT:
export_job = ExportUserDataJob.create_from_job(job)
if export_job:
export_job.run()