Skip to content

Commit 44f8ce5

Browse files
committed
chore: remove comment
1 parent e601d9d commit 44f8ce5

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)