fix casing

This commit is contained in:
artrejo
2021-07-20 13:56:29 -07:00
parent e4e602a81e
commit 6ce45fd04b
+2 -2
View File
@@ -60,8 +60,8 @@ export function extractFeatures(given = new URLSearchParams(window.location.sear
enableTtl: "true" === get("enablettl"), enableTtl: "true" === get("enablettl"),
executeSproc: "true" === get("dataexplorerexecutesproc"), executeSproc: "true" === get("dataexplorerexecutesproc"),
hostedDataExplorer: "true" === get("hosteddataexplorerenabled"), hostedDataExplorer: "true" === get("hosteddataexplorerenabled"),
mongoProxyEndpoint: get("mongoProxyEndpoint"), mongoProxyEndpoint: get("mongoproxyendpoint"),
mongoProxyFeatures: get("mongoProxyFeatures"), mongoProxyFeatures: get("mongoproxyfeatures"),
junoEndpoint: get("junoendpoint"), junoEndpoint: get("junoendpoint"),
livyEndpoint: get("livyendpoint"), livyEndpoint: get("livyendpoint"),
notebookBasePath: get("notebookbasepath"), notebookBasePath: get("notebookbasepath"),