Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Dec 12, 2024
1 parent ec35e7c commit 34c0ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/domain/opportunities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ async def extract_context_from_job_post(html_content: str, product_pitch: str) -
return [
{"sentence": str(item["sentence"]), "reason": str(item["reason"])}
for item in context.get("result", [])
if "sentense" in item
if "sentence" in item
]

0 comments on commit 34c0ad3

Please sign in to comment.