Skip to content

Commit 424b17b

Browse files
Fix the provider name into http wrapper contract
1 parent e9cee1c commit 424b17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idempotency-http-wrapper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { DynamoDB } from "./providers/dynamoDB";
44
const DEFAULT_TTL = 5;
55

66
interface IdempotencyHttpOptionsProviderDynamoDB {
7-
name: Providers;
7+
name: Providers.DynamoDB;
88
endpoint?: string;
99
region: string;
1010
tableName: string;

0 commit comments

Comments
 (0)