Skip to content

Commit

Permalink
fix(backend): ignore rocket result value (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
KavikaPalletenne authored Jun 14, 2023
1 parent a7c006d commit 5edef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/src/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async fn main() {
// create images dir if not found
fs::create_dir_all(Path::new(IMAGE_BASE_PATH)).ok();

rocket::custom(figment)
let _ = rocket::custom(figment)
.manage(api_state)
.attach(Database::fairing())
.attach(cors)
Expand Down

0 comments on commit 5edef75

Please sign in to comment.