fix: actually make body default extractor

This commit is contained in:
əlemi 2024-10-19 22:27:36 +02:00
parent 0713f323bb
commit b0b67fd1be
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -3,8 +3,8 @@
#[serde(tag = "type", rename_all = "lowercase")]
pub enum Extractor {
#[default]
Debug,
Body,
Debug,
Discard,
JQ { query: String },
Regex { pattern: String },