Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 925d8fa

Browse files
authored
Update config_ctrl.ts
1 parent 8d5dd86 commit 925d8fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config_ctrl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class BigQueryConfigCtrl {
4747
{ key: this.defaultAuthenticationType, value: 'Google JWT File' },
4848
{ key: 'gce', value: 'GCE Default Service Account' },
4949
];
50-
this.locations = [
50+
this.locations = [
5151
// Multi-regional locations
5252
{ text: 'United States (US)', value: 'US' },
5353
{ text: 'European Union (EU)', value: 'EU' },
@@ -63,7 +63,6 @@ this.locations = [
6363
value: 'northamerica-northeast1',
6464
},
6565
{ text: 'São Paulo (southamerica-east1)', value: 'southamerica-east1' },
66-
{ text: 'South Carolina (us-east1)', value: 'us-east1' },
6766
// Europe
6867
{ text: 'Belgium (europe-west1)', value: 'europe-west1' },
6968
{ text: 'Finland (europe-north1)', value: 'europe-north1' },

0 commit comments

Comments
 (0)