fix: mark cmd as unused to remove warning
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -70,7 +70,7 @@ async fn run_server(
|
||||
conn: rusqlite::Connection,
|
||||
data_dir: PathBuf,
|
||||
item_service: ItemService,
|
||||
cmd: Command,
|
||||
_cmd: Command,
|
||||
settings: config::Settings,
|
||||
) -> Result<()> {
|
||||
// Construct address with port
|
||||
|
||||
Reference in New Issue
Block a user