Skip to content

Commit 42b3e9e

Browse files
committed
refactor: remove unused DynamoDBClientConfig import and associated property from DynamoDBPersistenceLayer
1 parent 063edff commit 42b3e9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/idempotency/src/persistence/DynamoDBPersistenceLayer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
ConditionalCheckFailedException,
88
DeleteItemCommand,
99
DynamoDBClient,
10-
type DynamoDBClientConfig,
1110
GetItemCommand,
1211
PutItemCommand,
1312
UpdateItemCommand,
@@ -52,7 +51,6 @@ import { IdempotencyRecord } from './IdempotencyRecord.js';
5251
*/
5352
class DynamoDBPersistenceLayer extends BasePersistenceLayer {
5453
private client: DynamoDBClient;
55-
private clientConfig: DynamoDBClientConfig = {};
5654
private dataAttr: string;
5755
private expiryAttr: string;
5856
private inProgressExpiryAttr: string;

0 commit comments

Comments
 (0)