mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-05 08:47:05 +02:00
Fix filter plugin names
This commit is contained in:
@@ -692,9 +692,9 @@ impl PluginManager {
|
||||
content_type: &str,
|
||||
) -> Result<FilterResponse> {
|
||||
let plugin_name = if content_type.to_lowercase().contains("json") {
|
||||
"@yaakapp/filter-jsonpath"
|
||||
"@yaak/filter-jsonpath"
|
||||
} else {
|
||||
"@yaakapp/filter-xpath"
|
||||
"@yaak/filter-xpath"
|
||||
};
|
||||
|
||||
let plugin = self
|
||||
|
||||
Reference in New Issue
Block a user