Showing 1,820 of 4,015 total issues
Avoid too many return
statements within this function. Open
Open
return {
referrerSource: knownSource?.source || referrerSource,
referrerMedium: knownSource?.medium || referrerMedium || urlData?.medium || null,
referrerUrl: referrerUrl?.hostname ?? null
};
Avoid too many return
statements within this function. Open
Open
return {
referrerSource: 'Direct',
referrerMedium: null,
referrerUrl: null
};
Avoid too many return
statements within this function. Open
Open
return 'clicked link in email';
Avoid too many return
statements within this function. Open
Open
return 1;
Avoid too many return
statements within this function. Open
Open
return statusResult;
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return 'Made a one-time payment';
Avoid too many return
statements within this function. Open
Open
return time.format(`[at] HH:mm [${utcOffset}] [tomorrow]`);
Avoid too many return
statements within this function. Open
Open
return {
referrerSource: referrerUrl?.hostname ?? null,
referrerMedium: null,
referrerUrl: referrerUrl?.hostname ?? null
};
Avoid too many return
statements within this function. Open
Open
return 'unsubscribed from ' + newsletter;
Avoid too many return
statements within this function. Open
Open
return 'replied to comment';
Avoid too many return
statements within this function. Open
Open
return 'more like this';
Avoid too many return
statements within this function. Open
Open
return `Email address changed from ${event.data.from_email} to ${event.data.to_email}`;
Avoid too many return
statements within this function. Open
Open
return formattedAmount;
Avoid too many return
statements within this function. Open
Open
return {
route: 'offer',
models: [ev.resource.id]
};
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return tag;
Avoid too many return
statements within this function. Open
Open
return publishedAtResult * -1;
Avoid too many return
statements within this function. Open
Open
return 'canceled paid subscription';
Avoid too many return
statements within this function. Open
Open
return 'ended paid subscription';