Fix auto update

This commit is contained in:
Thomas Nordquist
2019-05-02 08:40:56 +02:00
parent 4f624cc130
commit a411d21133
3 changed files with 5 additions and 30 deletions

View File

@@ -28,10 +28,6 @@ export function makeConnectionStateEvent(connectionId: string): Event<DataSource
}
}
export const checkForUpdates: Event<void> = {
topic: 'app/update/check',
}
export const updateAvailable: Event<UpdateInfo> = {
topic: 'app/update/available',
}