From e9800a7ec7e421a6fb29061d8b3ba2da2b0421a5 Mon Sep 17 00:00:00 2001 From: Faheed Date: Mon, 1 Dec 2025 13:52:13 +0300 Subject: [PATCH] .... --- recruitment/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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