Skip to content

Commit bef89c3

Browse files
Fix: [AEA-6075] - Query Log Casing (#75)
## Summary - Routine Change ### Details Fixes casing of log call in query code
1 parent 8c87e33 commit bef89c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eps_spine_shared/common/dynamodb_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _items(self):
6868
Yields individual deserialised items from the query, handling pagination.
6969
"""
7070
for page in self._pages:
71-
self._logger.writeLog(
71+
self._logger.write_log(
7272
"DDB0050",
7373
None,
7474
{

0 commit comments

Comments
 (0)