Invalidate cache and delete bot on invalid token error
Some checks are pending
Build docker image / Build-Docker-Image (push) Waiting to run

This commit is contained in:
2025-07-04 14:40:45 +02:00
parent 86669b66f3
commit a829ba200d
21 changed files with 61 additions and 57 deletions

View File

@@ -146,7 +146,7 @@ where
.await
{
Ok(_) => (),
Err(err) => log::error!("{:?}", err),
Err(err) => log::error!("{err:?}"),
}
return Err(err);
}