|
@@ -86,7 +86,7 @@ module.exports = function create_tool() {
|
|
|
}, cb)
|
|
|
}
|
|
|
|
|
|
- function list_filter_and_actions() {
|
|
|
+ function list_filters_and_actions() {
|
|
|
return {
|
|
|
"filters": filters,
|
|
|
"actions": actions
|
|
@@ -100,7 +100,7 @@ module.exports = function create_tool() {
|
|
|
add_filters: add_filters,
|
|
|
apply_filters: apply_filters,
|
|
|
apply_filters_map: apply_filters_map,
|
|
|
- list_filter_and_actions: list_filter_and_actions
|
|
|
+ list_filters_and_actions: list_filters_and_actions
|
|
|
|
|
|
};
|
|
|
|