We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25aa3c2 commit 7349971Copy full SHA for 7349971
lib/suppressionList.js
@@ -58,7 +58,7 @@ module.exports = function(client) {
58
return;
59
}
60
61
- if(recipients.constructor !== Array) {
+ if(!Array.isArray(recipients)) {
62
recipients = [recipients];
63
64
0 commit comments