Fail CI
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-22 22:45:13 -03:00
commit 2f46f65654

View file

@ -45,7 +45,7 @@ async fn main() -> io::Result<()> {
let graph = Graph::load();
instant = tlog!(&instant, "Loaded graph");
let router = en::router::new(graph);
let _ = en::router::new(graph);
tlog!(&instant, "Initialized router");
let address = args.make_address();