Skip to content

Commit 28104ec

Browse files
Merge pull request #6 from Contentstack-Solutions/na-region-issue
fix: changed data type for region
2 parents e52f7c5 + 31b49a8 commit 28104ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/stack/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export type StackConnectionConfig = {
22
apiKey: string;
33
token: string;
4-
region: string;
4+
region: any;
55
environment: string;
66
}
77

0 commit comments

Comments
 (0)