mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
Update UpdateService.cs
This commit is contained in:
parent
c9f79e4b47
commit
a1edacb196
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ namespace ServiceLib.Services
|
|||
_ => null,
|
||||
};
|
||||
}
|
||||
return null;
|
||||
return await Task.FromResult("");
|
||||
}
|
||||
|
||||
#endregion CheckUpdate private
|
||||
|
|
Loading…
Reference in a new issue