chore: fix server selection ux [skip e2e]
This commit is contained in:
@@ -940,7 +940,7 @@ export class SyncService
|
||||
return
|
||||
}
|
||||
|
||||
if (options.checkIntegrity) {
|
||||
if (options.checkIntegrity && online) {
|
||||
await this.notifyEventSync(SyncEvent.SyncRequestsIntegrityCheck, {
|
||||
source: options.source as SyncSource,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user