mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:11:21 +02:00
Lowercase response function name
This commit is contained in:
@@ -6,7 +6,7 @@ import xpath from 'xpath';
|
|||||||
|
|
||||||
export const plugin: Plugin = {
|
export const plugin: Plugin = {
|
||||||
templateFunctions: [{
|
templateFunctions: [{
|
||||||
name: 'Response',
|
name: 'response',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
type: 'http_request',
|
type: 'http_request',
|
||||||
|
|||||||
Reference in New Issue
Block a user