mirror of https://github.com/2dust/v2rayN
Update UpdateService.cs
parent
c9f79e4b47
commit
a1edacb196
|
@ -472,7 +472,7 @@ namespace ServiceLib.Services
|
||||||
_ => null,
|
_ => null,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return null;
|
return await Task.FromResult("");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion CheckUpdate private
|
#endregion CheckUpdate private
|
||||||
|
|
Loading…
Reference in New Issue