Skip to content

Commit

Permalink
delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Jan 11, 2024
1 parent aec2515 commit 58a943b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blade/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ cfg_if! {
log::info!("Starting blade server at: {}", addr.to_string());
let fut1 = HttpServer::new(move || {
let leptos_options = &conf.leptos_options;
let site_root = &leptos_options.site_root;
let fn_state = actix_state.clone();
let rt_state = actix_state.clone();
App::new()
Expand Down

0 comments on commit 58a943b

Please sign in to comment.