🐛 Changed reponseMode to responseMode (#711)

This commit is contained in:
Erin McNulty 2020-06-30 11:59:58 -04:00 committed by GitHub
parent 95068aa132
commit 574167bf3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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