Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit e6cc95d

Browse files
fix: added fix for issue-18809
1 parent 5e061a0 commit e6cc95d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/tsgen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default class TypeScriptCodeGeneratorCommand extends Command {
6565
const config: StackConnectionConfig = {
6666
apiKey: token.apiKey,
6767
token: token.token,
68-
region: this.region,
68+
region: this.region.name,
6969
environment: token.environment || '',
7070
}
7171

0 commit comments

Comments
 (0)