mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Changed reponseMode to responseMode (#711)
This commit is contained in:
parent
95068aa132
commit
574167bf3d
|
@ -27,7 +27,7 @@ export class ClassNameReplace implements INodeType {
|
|||
{
|
||||
name: 'default',
|
||||
httpMethod: 'POST',
|
||||
reponseMode: 'onReceived',
|
||||
responseMode: 'onReceived',
|
||||
// Each webhook property can either be hardcoded
|
||||
// like the above ones or referenced from a parameter
|
||||
// like the "path" property bellow
|
||||
|
|
Loading…
Reference in a new issue