From 365f5954ee412a184173113cb5f72df7bc092a51 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Sun, 28 Apr 2024 05:21:26 -0400 Subject: [PATCH] restore `query web --as-table` to working order (#12693) # Description This PR fixes a problem introduced with PR https://github.com/nushell/nushell/pull/12236. That PR accidentally stopped `--as-table` from working. Closes https://github.com/nushell/nushell/issues/12689 It works again. ![image](https://github.com/nushell/nushell/assets/343840/b517507f-6b92-4e39-a389-5c69907d77c0) # User-Facing Changes # Tests + Formatting # After Submitting --- crates/nu_plugin_query/src/query_web.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/nu_plugin_query/src/query_web.rs b/crates/nu_plugin_query/src/query_web.rs index 2c27fce8e2..b78dccbc63 100644 --- a/crates/nu_plugin_query/src/query_web.rs +++ b/crates/nu_plugin_query/src/query_web.rs @@ -126,10 +126,6 @@ pub fn parse_selector_params(call: &EvaluatedCall, input: &Value) -> Result