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 01a604f commit 9c0ac46Copy full SHA for 9c0ac46
packages/idempotency/src/IdempotencyHandler.ts
@@ -313,7 +313,6 @@ export class IdempotencyHandler<Func extends AnyFunction> {
313
);
314
} catch (e) {
315
if (e instanceof IdempotencyItemAlreadyExistsError) {
316
- //const idempotencyRecord: IdempotencyRecord = e.existingRecord;
317
const idempotencyRecord: IdempotencyRecord =
318
await this.#persistenceStore.getRecord(
319
this.#functionPayloadToBeHashed
0 commit comments