diff --git a/recruitment/views.py b/recruitment/views.py index 7cefe72..4efc311 100644 --- a/recruitment/views.py +++ b/recruitment/views.py @@ -887,7 +887,7 @@ def post_to_linkedin(request, slug): job.linkedin_post_url = "" job.linkedin_post_status = "QUEUED" job.linkedin_posted_at = None - job.save() + job.save() # ENQUEUE THE TASK # Pass the function path, the job slug, and the token as arguments