Skip to content

Commit

Permalink
corrected the type
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqd959 committed Feb 1, 2024
1 parent a809d5b commit c287734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-config/src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export interface Region {
name: string;
cma: string;
cda: string;
uiHost?: string;
uiHost: string;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('Region command', function () {
name: 'test',
cma: 'https://api.contentstack.com',
cda: 'https://cda.contentstack.com',
uiHost: '',
};
let cliuxPrintStub;
beforeEach(function () {
Expand Down

0 comments on commit c287734

Please sign in to comment.