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 222d7ce commit e54c0e8Copy full SHA for e54c0e8
packages/idempotency/tests/unit/IdempotencyHandler.test.ts
@@ -20,7 +20,6 @@ const mockFunctionPayloadToBeHashed = {};
20
const persistenceStore = new PersistenceLayerTestClass();
21
const mockIdempotencyOptions = {
22
persistenceStore,
23
- dataKeywordArgument: 'testKeywordArgument',
24
config: new IdempotencyConfig({}),
25
};
26
0 commit comments