Showing 9,144 of 9,144 total issues
Avoid too many return
statements within this function. Open
Open
return callback(null, inResponseTo);
Avoid too many return
statements within this function. Open
Open
return {
...options,
emailTranscript: {
sendToVisitor: true,
requestData: {
Avoid too many return
statements within this function. Open
Open
return API.v1.success(await sendFileLivechatMessage({ roomId: this.urlParams.rid, visitorToken, file: uploadedFile, msgData: fields }));
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({
reason: 'error-type-not-allowed',
});
Avoid too many return
statements within this function. Open
Open
return parsedValue;
Avoid too many return
statements within this function. Open
Open
return next();
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return SMSService.error(e);
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return this.error('Error providing group key to users: ', error);
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({
reason: 'error-size-not-allowed',
sizeAllowed: filesize(maxFileSize),
});