File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ ${rows}`,
107
107
const instanceSize =
108
108
( regionConfigs . length <= 0 ? undefined : regionConfigs [ 0 ] . instanceSize ) || "UNKNOWN" ;
109
109
110
- const clusterInstaceType = instanceSize == "M0" ? "FREE" : "DEDICATED" ;
110
+ const clusterInstanceType = instanceSize == "M0" ? "FREE" : "DEDICATED" ;
111
111
112
- return `${ cluster . name } | ${ clusterInstaceType } | ${ clusterInstaceType == "DEDICATED" ? instanceSize : "N/A" } | ${ cluster . stateName } | ${ mongoDBVersion } | ${ connectionString } ` ;
112
+ return `${ cluster . name } | ${ clusterInstanceType } | ${ clusterInstanceType == "DEDICATED" ? instanceSize : "N/A" } | ${ cluster . stateName } | ${ mongoDBVersion } | ${ connectionString } ` ;
113
113
} )
114
114
. join ( "\n" ) ;
115
115
return {
You can’t perform that action at this time.
0 commit comments