Skip to content

Commit 52865c4

Browse files
fix update_doc_ref_service
1 parent e9dbc2d commit 52865c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/services/update_document_reference_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def update_document_reference_request(
4444
):
4545
# check if doc_ref_id exists and fail early
4646
existing_doc = self.document_service.fetch_documents_from_table(
47-
table=SupportedDocumentTypes.LG.get_dynamodb_table_name(),
47+
table_name=SupportedDocumentTypes.LG.get_dynamodb_table_name(),
4848
search_condition=doc_ref_id,
4949
search_key="ID",
5050
query_filter=CurrentStatusFile,

0 commit comments

Comments
 (0)