Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Sep 22, 2024
1 parent 96a4fb8 commit 8592094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn create_subscriber() {
tracing_subscriber::fmt::layer()
.pretty()
.with_filter(tracing_subscriber::filter::LevelFilter::from_level(
log_level,
CONFIG.log_level,
))
.with_filter(filter::filter_fn(|metadata| {
metadata
Expand Down
1 change: 1 addition & 0 deletions backend/src/steam.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(dead_code)]
use std::fmt::{Debug, Display};

use serde::Deserialize;
Expand Down

0 comments on commit 8592094

Please sign in to comment.