Skip to content

Commit

Permalink
change literally one space
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Dec 28, 2024
1 parent 928411f commit 31ee0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpd-gateway/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ async fn main() {
let token = valk_utils::get_var("DISCORD_TOKEN");
let pg = valk_utils::get_var("DATABASE_URL");
let control_guild: Id<GuildMarker> = valk_utils::parse_var("CONTROL_GUILD");

let db = sqlx::postgres::PgPoolOptions::new()
.max_connections(50)
.connect(&pg)
Expand Down

0 comments on commit 31ee0a8

Please sign in to comment.