added log

This commit is contained in:
sairaj mote 2023-03-21 00:43:33 +05:30
parent 0981312b08
commit 82fd296836

View File

@ -1284,6 +1284,7 @@
m in floGlobals.pubKeys ? null :
m != user.id ? imem2.push(m) : null
);
console.log(imem1, imem2)
if (imem1.length)
return reject(`Invalid Members(floIDs): ${imem1}`);
else if (imem2.length)