Skip to content

Commit

Permalink
fix(comments): remove wrong info to prevent misunderstanding
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekAngus committed Sep 1, 2024
1 parent 1615d4d commit 8045a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/ods/linkedin_post_insights/udfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def request_posts_data() -> List[dict]:

media_insight_list = []
media_res_list = response.json()["data"]
# format handling, the response may not include the required fields, media id: 17889558458829258, no "caption"
# format handling, the response may not include the required fields
for media_res in media_res_list:
media_insight = {}
media_insight["urn"] = media_res.get("urn", "0")
Expand Down

0 comments on commit 8045a8e

Please sign in to comment.