We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b0d25 commit 509e6b0Copy full SHA for 509e6b0
libraries/src/AWS.Lambda.Powertools.Idempotency/IdempotencyOptionsBuilder.cs
@@ -40,7 +40,7 @@ public class IdempotencyOptionsBuilder
40
/// <summary>
41
/// Default Hash function
42
/// </summary>
43
- private string _hashFunction = "MD5";
+ private readonly string _hashFunction = "MD5";
44
45
46
/// Response hook function
0 commit comments