From a1edacb196600cd5d277dc97e1a2b3b846350df2 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:37:36 +0800 Subject: [PATCH] Update UpdateService.cs --- v2rayN/ServiceLib/Services/UpdateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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