diff --git a/extensions/big-data-cluster/src/bigDataCluster/controller/clusterControllerApi.ts b/extensions/big-data-cluster/src/bigDataCluster/controller/clusterControllerApi.ts index 046456542a..0bceb6efd0 100644 --- a/extensions/big-data-cluster/src/bigDataCluster/controller/clusterControllerApi.ts +++ b/extensions/big-data-cluster/src/bigDataCluster/controller/clusterControllerApi.ts @@ -275,9 +275,9 @@ export class ClusterController { mountPath); } - private async deleteMountImpl(mountPath: string): Promise { - let auth = await this._authPromise; - const api = new DefaultApiWrapper(this._username, this._password, this._url, auth); + private async deleteMountImpl(self: ClusterController, mountPath: string): Promise { + let auth = await self._authPromise; + const api = new DefaultApiWrapper(self._username, self._password, self._url, auth); const mountStatus = await api.deleteMount('', '', mountPath); return {