added log
This commit is contained in:
parent
0981312b08
commit
82fd296836
@ -1284,6 +1284,7 @@
|
|||||||
m in floGlobals.pubKeys ? null :
|
m in floGlobals.pubKeys ? null :
|
||||||
m != user.id ? imem2.push(m) : null
|
m != user.id ? imem2.push(m) : null
|
||||||
);
|
);
|
||||||
|
console.log(imem1, imem2)
|
||||||
if (imem1.length)
|
if (imem1.length)
|
||||||
return reject(`Invalid Members(floIDs): ${imem1}`);
|
return reject(`Invalid Members(floIDs): ${imem1}`);
|
||||||
else if (imem2.length)
|
else if (imem2.length)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user