refactor: accept &str instead of Option<String> in idle()

This commit is contained in:
link2xt
2023-11-05 15:01:33 +00:00
parent 2e50abedaa
commit eb2d2b7313
2 changed files with 30 additions and 45 deletions

View File

@@ -620,7 +620,7 @@ async fn fetch_idle(
.idle(
ctx,
connection.idle_interrupt_receiver.clone(),
Some(watch_folder),
&watch_folder,
)
.await
.context("idle")