Skip to content

Commit 9c0ac46

Browse files
committed
chore: remove comment
1 parent 01a604f commit 9c0ac46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/idempotency/src/IdempotencyHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ export class IdempotencyHandler<Func extends AnyFunction> {
313313
);
314314
} catch (e) {
315315
if (e instanceof IdempotencyItemAlreadyExistsError) {
316-
//const idempotencyRecord: IdempotencyRecord = e.existingRecord;
317316
const idempotencyRecord: IdempotencyRecord =
318317
await this.#persistenceStore.getRecord(
319318
this.#functionPayloadToBeHashed

0 commit comments

Comments
 (0)