Skip to content

Commit

Permalink
let's make clippy a bit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqkz committed Jul 8, 2023
1 parent 37aacef commit 499a247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use tower::ServiceBuilder;
use tower_http::{services::ServeDir, trace::TraceLayer};

use crate::config::BotConfig;
use crate::queries::*;
use crate::queries::{AuthorizeQuery, TokenQuery};

// Short expiry is important, because right now we don't have an logout button on the login page
// And even if we did have one, users would never get the idea that they not only need to logout of discourse,
Expand Down

0 comments on commit 499a247

Please sign in to comment.