Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 5ef0abf

Browse files
committed
fix TypeScript test code
1 parent ccee05e commit 5ef0abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file exists only so that we can run the TypeScript compiler in the CI build
33
// to validate our index.d.ts file.
44

5-
import DynamoDBFeatureStore, { LDDynamoDBOptions } from 'launchdarkly-node-server-sdk-dynamodb';
5+
import { DynamoDBFeatureStore, LDDynamoDBOptions } from 'launchdarkly-node-server-sdk-dynamodb';
66
import { LDLogger } from 'launchdarkly-node-server-sdk';
77
import { DynamoDB } from 'aws-sdk';
88

0 commit comments

Comments
 (0)