Skip to content

Commit 9e922ac

Browse files
committed
#RI-5372 - rollback set store value
1 parent 21a4a0e commit 9e922ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisinsight/desktop/src/lib/updater/updater.handlers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export const initAutoUpdaterHandlers = () => {
3737

3838
// set updateDownloaded to electron storage for Telemetry send event APPLICATION_UPDATED
3939
electronStore?.set(ElectronStorageItem.updateDownloaded, true)
40-
electronStore?.set(ElectronStorageItem.isUpdateAvailable, false)
4140
electronStore?.set(ElectronStorageItem.updateDownloadedForTelemetry, true)
4241
electronStore?.set(ElectronStorageItem.updateDownloadedVersion, info.version)
4342
electronStore?.set(ElectronStorageItem.updatePreviousVersion, app.getVersion())

0 commit comments

Comments
 (0)