Showing 9,144 of 9,144 total issues
Avoid too many return
statements within this function. Open
Open
return callback(new Error(`Status is: ${statusValidateObj.statusCode}`), null, false);
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return {
messages: messages || [],
};
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return sendMessage(user, message, roomInfo);
Avoid too many return
statements within this function. Open
Open
return message;
Avoid too many return
statements within this function. Open
Open
return room;
Avoid too many return
statements within this function. Open
Open
return message;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return makeError(message);
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return callback(e instanceof Error ? e : String(e), null, false);
Avoid too many return
statements within this function. Open
Open
return callback(e instanceof Error ? e : String(e), null, false);
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return message;
Avoid too many return
statements within this function. Open
Open
return callback(new Error('Missing StatusCode'), null, false);
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return callback(e instanceof Error ? e : String(e), null, false);
Avoid too many return
statements within this function. Open
Open
return;