mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
Fix: logic failed the onboarding-1 job (#1085)
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
This commit is contained in:
parent
83d58c7bca
commit
3d3d408a8f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue