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 11b2bf0 commit 393685aCopy full SHA for 393685a
packages/idempotency/src/persistence/BasePersistenceLayer.ts
@@ -154,7 +154,7 @@ abstract class BasePersistenceLayer implements BasePersistenceLayerInterface {
154
}
155
156
if (this.getFromCache(idempotencyRecord.idempotencyKey)) {
157
- throw new IdempotencyItemAlreadyExistsError();
+ throw new IdempotencyItemAlreadyExistsError('', undefined);
158
159
160
await this._putRecord(idempotencyRecord);
0 commit comments