Skip to content

Commit

Permalink
Fix for jsonpath upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed Jan 29, 2024
1 parent 00f6165 commit 5949cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws_lambda_powertools/utilities/data_masking/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def _call_action(
- None: The method does not return any value, as it updates the fields in-place.
"""
fields[field_name] = action(field_value, provider_options=provider_options, **encryption_context)
return fields[field_name]

def _normalize_data_to_parse(self, fields: list, data: str | dict) -> dict:
if not fields:
Expand Down

0 comments on commit 5949cea

Please sign in to comment.