Skip to content

Commit

Permalink
feat: passing the website platform id as string!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Nov 19, 2024
1 parent 6542ae5 commit b3327e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/hivemind_etl_helpers/src/utils/modules/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_learning_platforms(
communities_data.append(
{
"community_id": str(community),
"platform_id": platform_id,
"platform_id": str(platform_id),
"urls": website_links,
}
)
Expand Down

0 comments on commit b3327e4

Please sign in to comment.