diff --git a/v2rayN/ServiceLib/Services/UpdateService.cs b/v2rayN/ServiceLib/Services/UpdateService.cs index ef3538a0..6be2b3bf 100644 --- a/v2rayN/ServiceLib/Services/UpdateService.cs +++ b/v2rayN/ServiceLib/Services/UpdateService.cs @@ -472,7 +472,7 @@ namespace ServiceLib.Services _ => null, }; } - return null; + return await Task.FromResult(""); } #endregion CheckUpdate private