diff --git a/chats-out.html b/chats-out.html
index 4763a2f..513c949 100644
--- a/chats-out.html
+++ b/chats-out.html
@@ -5,7 +5,7 @@
defaults: {
name: {value:"Chats Out"},
whatsappLink: {value:"whatsapp-web", type:'whatsappLink'},
- recipient: {value:"", type:'number-recipient', required:false}
+ recipient: {value:"", type:'numberRecipient', required:false}
},
outputs:0,
inputs:1,
diff --git a/group-out.html b/group-out.html
index d943fb7..3082a53 100644
--- a/group-out.html
+++ b/group-out.html
@@ -5,7 +5,7 @@
defaults: {
name: {value:"Group Message"},
whatsappLink: {value:"whatsapp-web", type:'whatsappLink'},
- recipient: {value:"", type:'group-recipient', required:false}
+ recipient: {value:"", type:'groupRecipient', required:false}
},
outputs:0,
inputs:1,
diff --git a/groupRecipient.html b/groupRecipient.html
index 1e660cc..cd92972 100644
--- a/groupRecipient.html
+++ b/groupRecipient.html
@@ -1,5 +1,5 @@
-
-