Skip to content

Commit ae021c6

Browse files
committed
remove todo
1 parent 7479811 commit ae021c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/src/AWS.Lambda.Powertools.Idempotency/Persistence/BasePersistenceStore.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ public void Configure(IdempotencyOptions idempotencyOptions, string functionName
6666
_functionName += "." + functionName;
6767
}
6868
_idempotencyOptions = idempotencyOptions;
69-
70-
//TODO: optimize to not reconfigure
69+
7170
if (!string.IsNullOrWhiteSpace(_idempotencyOptions.PayloadValidationJmesPath))
7271
{
7372
PayloadValidationEnabled = true;

0 commit comments

Comments
 (0)