slightly cleanup update check
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
84290bd668
commit
ff7dfec74c
2 changed files with 14 additions and 16 deletions
|
@ -289,7 +289,7 @@ bad_signature_ratelimiter: {bad_signature_ratelimiter}
|
|||
}
|
||||
|
||||
if self.globals.allow_check_for_updates() {
|
||||
let handle = globals::updates::start_check_for_updates_task().await?;
|
||||
let handle = globals::updates::start_check_for_updates_task();
|
||||
|
||||
#[allow(clippy::let_underscore_must_use)] // needed for shutdown
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue