Updating SDA update and restart API endpoint name (#1458)

This commit is contained in:
Salah Benmoussati 2022-07-20 17:42:04 +02:00 committed by GitHub
parent a4c796abde
commit 212bc39567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ if (ssfWindow.ssf) {
registerClientBanner: ssfWindow.ssf.registerClientBanner,
launchCloud9: ssfWindow.ssf.launchCloud9,
connectCloud9Pipe: ssfWindow.ssf.connectCloud9Pipe,
updateAndRestartSDA: ssfWindow.ssf.updateAndRestart,
updateAndRestart: ssfWindow.ssf.updateAndRestart,
downloadUpdate: ssfWindow.ssf.downloadUpdate,
checkForUpdates: ssfWindow.ssf.checkForUpdates,
});