fix typo in the headless setmethod function #2365

This commit is contained in:
forgedhallpass 2022-07-29 14:38:07 +03:00
parent 125588046e
commit d24736f655

View File

@ -124,7 +124,7 @@ var ActionToActionString = map[ActionType]string{
ActionWaitLoad: "waitload",
ActionGetResource: "getresource",
ActionExtract: "extract",
ActionSetMethod: "set-method",
ActionSetMethod: "setmethod",
ActionAddHeader: "addheader",
ActionSetHeader: "setheader",
ActionDeleteHeader: "deleteheader",