Reset the preferredChannel to stable.

This commit is contained in:
Karim Hamidou 2017-01-16 10:25:07 -08:00
parent e9c131a0e8
commit 98c9473b87

View file

@ -14,7 +14,7 @@ const UpdateAvailableState = 'update-available';
const NoUpdateAvailableState = 'no-update-available'; const NoUpdateAvailableState = 'no-update-available';
const UnsupportedState = 'unsupported'; const UnsupportedState = 'unsupported';
const ErrorState = 'error'; const ErrorState = 'error';
const preferredChannel = 'nylas-mail' const preferredChannel = 'stable'
export default class AutoUpdateManager extends EventEmitter { export default class AutoUpdateManager extends EventEmitter {