diff --git a/server/bleep/src/lib.rs b/server/bleep/src/lib.rs index 2bca4209bc..90397c95d6 100644 --- a/server/bleep/src/lib.rs +++ b/server/bleep/src/lib.rs @@ -315,8 +315,6 @@ impl Application { } pub(crate) async fn user(&self) -> User { - crate::periodic::update_credentials(self).await; - self.credentials .user() .zip(self.credentials.github())