From 6daa3aa44326478fba10aaaeb723c1153395520b Mon Sep 17 00:00:00 2001 From: Daniel Gradman-Svendsen Date: Mon, 17 Nov 2025 14:44:16 +0100 Subject: [PATCH] consistency 2 --- chats-out.html | 2 +- group-out.html | 2 +- groupRecipient.html | 6 +++--- groupRecipient.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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 @@ - -