Skip to content

Commit f050b90

Browse files
committed
Update comment to remove TODO
1 parent 19e94c6 commit f050b90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambdas/recordforwarder/src/service/fhir_batch_service.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def create_immunization(
5252
the record in the database.
5353
"""
5454

55-
# TODO: Remove after DPS data migration to new identifiers
55+
# This can be removed once DPS completes their identifier data migration.
5656
uplift_legacy_identifier(immunization)
5757

5858
try:
@@ -76,7 +76,7 @@ def update_immunization(
7676
the record in the database.
7777
"""
7878

79-
# TODO: Remove after DPS data migration to new identifiers
79+
# This can be removed once DPS completes their identifier data migration.
8080
uplift_legacy_identifier(immunization)
8181

8282
try:
@@ -100,7 +100,7 @@ def delete_immunization(
100100
the record in the database.
101101
"""
102102

103-
# TODO: Remove after DPS data migration to new identifiers
103+
# This can be removed once DPS completes their identifier data migration.
104104
uplift_legacy_identifier(immunization)
105105

106106
return self.immunization_repo.delete_immunization(immunization, supplier_system, vax_type, table, is_present)

0 commit comments

Comments
 (0)