Skip to content

Commit

Permalink
fix: specify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Jun 21, 2024
1 parent 93e05e9 commit eda3643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/delta/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ pub async fn web() -> Rocket<Build> {
authifier::database::MongoDb(client.database("revolt")),
),
},
config: Default::default(),
// config: authifier_config().await,
config: authifier_config().await,
event_channel: Some(sender),
};

Expand Down

0 comments on commit eda3643

Please sign in to comment.