Skip to content

Commit

Permalink
Update backend/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: zleyyij <[email protected]>
  • Loading branch information
TheKrol and zleyyij authored Jan 14, 2025
1 parent 317c051 commit 854ef16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ static CONFIG: LazyLock<Arc<AppConf>> = LazyLock::new(|| {
/// Initialize an instance of [`AppState`]
#[tracing::instrument]
async fn init_state(cli_args: &Args) -> Result<AppState> {
let config = CONFIG.clone();

let repo_url = config.files.repo_url.clone();
let repo_path = config.files.repo_path.clone();
Expand Down

0 comments on commit 854ef16

Please sign in to comment.