Skip to content

Commit

Permalink
Remove interactive cred updates (#1091)
Browse files Browse the repository at this point in the history
This introduces very unpredictible behaviour in the webserver
  • Loading branch information
rsdy committed Oct 26, 2023
1 parent e100072 commit 9a6cfa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/bleep/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 9a6cfa0

Please sign in to comment.