mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-29 16:22:28 -05:00
fix: redundant update toast (#9322)
This commit is contained in:
@@ -168,7 +168,6 @@ const _checkForUpdates = (updateUrl: string) => {
|
||||
console.log(`[updater] Checking for updates url=${updateUrl}`);
|
||||
autoUpdater.setFeedURL({ url: updateUrl });
|
||||
autoUpdater.checkForUpdates();
|
||||
showUpdateStatusToast('Up to Date');
|
||||
} catch (err) {
|
||||
console.warn('[updater] Failed to check for updates:', err.message);
|
||||
showUpdateStatusToast('Update Error');
|
||||
|
||||
Reference in New Issue
Block a user