This commit is contained in:
Faheed 2025-12-01 13:52:13 +03:00
parent 0bfbd80e15
commit e9800a7ec7

View File

@ -887,7 +887,7 @@ def post_to_linkedin(request, slug):
job.linkedin_post_url = "" job.linkedin_post_url = ""
job.linkedin_post_status = "QUEUED" job.linkedin_post_status = "QUEUED"
job.linkedin_posted_at = None job.linkedin_posted_at = None
job.save() job.save()
# ENQUEUE THE TASK # ENQUEUE THE TASK
# Pass the function path, the job slug, and the token as arguments # Pass the function path, the job slug, and the token as arguments