Skip to content

Commit f6b08e3

Browse files
committed
Fix all-features build
1 parent 117849d commit f6b08e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ async fn init_cursor<T>(client: &Client, params: &WatchParams) -> Result<JsonCur
254254

255255
watch_sql.push_str(" FORMAT JSONEachRowWithProgress");
256256

257-
let response = client.query(&watch_sql).do_execute(true)?;
257+
let response = client.query(&watch_sql).do_execute()?;
258258
Ok(JsonCursor::new(response))
259259
}
260260

0 commit comments

Comments
 (0)