Skip to content

Commit 8d9afd9

Browse files
committed
chore: remove ignore
1 parent a563a96 commit 8d9afd9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/parameters/src/dynamodb/DynamoDBProvider.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,8 @@ class DynamoDBProvider extends BaseProvider {
248248
*/
249249
public constructor(config: DynamoDBProviderOptions) {
250250
super({
251-
// biome-ignore lint/correctness/noInvalidUseBeforeDeclaration: <explanation>
252-
awsSdkV3Client: config.awsSdkV3Client,
253-
// biome-ignore lint/correctness/noInvalidUseBeforeDeclaration: <explanation>
254-
clientConfig: config.clientConfig,
255251
proto: DynamoDBClient as new (config?: unknown) => DynamoDBClient,
252+
...config,
256253
});
257254

258255
const { tableName, keyAttr, sortAttr, valueAttr } = config;

0 commit comments

Comments
 (0)