File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11fileignoreconfig:
22- filename: package-lock.json
3- checksum: 31819c3bab3b0287a5978180be01a95af478f57b8d43649feeacfca3328cbcd6
3+ checksum: 5c0f8d0858cfe34f64ffe23bf2f10e3529ef2bb45688902304b396c09b68a6f6
44- filename: test/unit/query-optimization-comprehensive.spec.ts
55 checksum: f5aaf6c784d7c101a05ca513c584bbd6e95f963d1e42779f2596050d9bcbac96
66version: ""
Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ export function stack(config: StackConfig): StackClass {
4545 defaultConfig . defaultHostname = config . host || Utility . getHost ( config . region , config . host ) ;
4646 config . host = defaultConfig . defaultHostname ;
4747
48- // if (typeof config.timeout !== 'undefined') {
49- // defaultConfig.timeout = config.timeout;
50- // }
5148 if ( config . apiKey ) {
5249 defaultConfig . headers . api_key = config . apiKey ;
5350 } else {
You can’t perform that action at this time.
0 commit comments