File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ export async function handleRecoveryWalletOnPrem(
146146 coinSpecificParams : undefined ,
147147 walletContractAddress,
148148 } ,
149- bitgo . env ,
149+ bitgo . env as EnvironmentName ,
150150 ) ;
151151 }
152152 if ( ! bitgoPub ) {
Original file line number Diff line number Diff line change @@ -8,20 +8,7 @@ export enum AppMode {
88 MASTER_EXPRESS = 'master-express' ,
99}
1010
11- export type EnvironmentName =
12- | 'prod'
13- | 'staging'
14- | 'test'
15- | 'dev'
16- | 'local'
17- | 'localNonSecure'
18- | 'mock'
19- | 'adminProd'
20- | 'adminTest'
21- | 'adminStaging'
22- | 'adminDev'
23- | 'custom'
24- | 'branch' ;
11+ export type EnvironmentName = 'prod' | 'test' | 'staging' | 'dev' | 'local' ;
2512
2613// Common base configuration shared by both modes
2714interface BaseConfig {
You can’t perform that action at this time.
0 commit comments