Skip to content

Commit 2b8b25c

Browse files
committed
linter
1 parent 2ba6210 commit 2b8b25c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/codewhisperer/region/regionProfileManager.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,11 @@ export class RegionProfileManager {
6363

6464
get clientConfig(): CodeWhispererConfig {
6565
if (!this.authProvider.isConnected()) {
66-
6766
throw new ToolkitError('trying to get client configuration without credential')
6867
}
6968

7069
// builder id should simply use default IAD
7170
if (this.authProvider.isBuilderIdConnection()) {
72-
7371
return defaultServiceConfig
7472
}
7573

0 commit comments

Comments
 (0)