fix: actually make body default extractor
This commit is contained in:
parent
0713f323bb
commit
b0b67fd1be
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@
|
|||
#[serde(tag = "type", rename_all = "lowercase")]
|
||||
pub enum Extractor {
|
||||
#[default]
|
||||
Debug,
|
||||
Body,
|
||||
Debug,
|
||||
Discard,
|
||||
JQ { query: String },
|
||||
Regex { pattern: String },
|
||||
|
|
Loading…
Reference in a new issue