Don't check daemon version for Skynet and GooboxS3

This commit is contained in:
2020-03-03 14:41:57 -06:00
parent 8e75662034
commit 8ab376a581

View File

@@ -158,7 +158,7 @@ class MountItems extends IPCContainer {
} else { } else {
let allowAction = true; let allowAction = true;
if (mount) { if (mount) {
let result = remote ? let result = remote || provider === "GooboxS3" || provider === "Skynet" ?
{Valid: true, Success: true} : {Valid: true, Success: true} :
this.sendSyncRequest(Constants.IPC_Check_Daemon_Version, { this.sendSyncRequest(Constants.IPC_Check_Daemon_Version, {
Provider: provider, Provider: provider,