Skip to content

Commit

Permalink
feat(add-tasklist-server): Add tasklist-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbcn committed Feb 25, 2022
1 parent f26feb9 commit 16e0fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn handle_command(cli: cli::Commands) -> Result<()> {
}
}
cli::Commands::Run => {
let _ = server::start();
let _ = server::start(); //TODO .await
}
}

Expand Down

0 comments on commit 16e0fe8

Please sign in to comment.