slightly cleanup update check

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-06-03 00:52:33 -04:00
parent 84290bd668
commit ff7dfec74c
2 changed files with 14 additions and 16 deletions

View file

@ -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
{