Skip to content

Commit

Permalink
fixup! Add model for background tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dbnicholson committed Aug 24, 2023
1 parent 8d1bf0a commit 0f3e012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri_explore_plugin/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def storage_update_hook(job, orm_job, state=None, **kwargs):
# Not one of our tasks.
return

# Syncronize the state if needed.
# Synchronize the state if needed.
if bg_task.job_state != state:
bg_task.job_state = state
bg_task.save()
Expand Down

0 comments on commit 0f3e012

Please sign in to comment.