Update UpdateService.cs

master
2dust 2025-02-21 17:37:36 +08:00
parent c9f79e4b47
commit a1edacb196
1 changed files with 1 additions and 1 deletions

View File

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