Skip to content

Commit 952ecf2

Browse files
committed
update comment
1 parent 8dcd150 commit 952ecf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/openchallenges/data-lambda/openchallenges_data_lambda

apps/openchallenges/data-lambda/openchallenges_data_lambda/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def lambda_handler(event, context) -> dict:
9393
],
9494
)
9595

96-
# Update challenge_service
96+
# Update c`hallenge_service` tables
9797
conn = db_utils.connect_to_db()
9898
db_utils.update_table(conn, table_name="challenge_platform", data=platforms)
9999
db_utils.update_table(conn, table_name="challenge", data=challenges)
@@ -110,7 +110,7 @@ def lambda_handler(event, context) -> dict:
110110
challenge_service_roles = db_utils.get_table(conn, "challenge_contribution")
111111
conn.close()
112112

113-
# Update organization_service
113+
# Update `organization_service` tables
114114
conn = db_utils.connect_to_db("organization_service")
115115
db_utils.update_table(conn, table_name="organization", data=organizations)
116116
db_utils.update_table(conn, table_name="challenge_contribution", data=roles)

0 commit comments

Comments
 (0)