Update UpdateService.cs

This commit is contained in:
2dust
2025-02-21 17:37:36 +08:00
parent c9f79e4b47
commit a1edacb196

View File

@@ -472,7 +472,7 @@ namespace ServiceLib.Services
_ => null,
};
}
return null;
return await Task.FromResult("");
}
#endregion CheckUpdate private