Showing 1,820 of 4,015 total issues
Avoid too many return
statements within this function. Open
Open
return 'changed paid subscription';
Avoid too many return
statements within this function. Open
Open
return 'bounced email';
Avoid too many return
statements within this function. Open
Open
return time.format(`HH:mm [${utcOffset}] [yesterday]`);
Avoid too many return
statements within this function. Open
Open
return {
route: 'tag',
models: [ev.resource.slug]
};
Avoid too many return
statements within this function. Open
Open
return {
id: this.fastFakeObjectId(),
customer_id: customer.customer_id,
subscription_id: `sub_${faker.random.alphaNumeric(14)}`,
stripe_price_id: stripePrice.stripe_price_id,
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return 'received email';
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return '(subscribed:false,email_disabled:1)';
Avoid too many return
statements within this function. Open
Open
return '(subscribed:true,email_disabled:1)';
Avoid too many return
statements within this function. Open
Open
return {
value: invert ? 'false' : 'true',
relation: 'is'
};
Avoid too many return
statements within this function. Open
Open
return `${separator}Ends ${data.trialUntil}`;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return {
value: !subscribed ? 'subscribed' : 'unsubscribed',
relation: 'is-not'
};
Avoid too many return
statements within this function. Open
Open
return this.invalidate();
Avoid too many return
statements within this function. Open
Open
return {
value: subscribed ? 'subscribed' : 'unsubscribed',
relation: 'is'
};
Avoid too many return
statements within this function. Open
Open
return `${separator}Renews${space}${data.validUntil}`;
Avoid too many return
statements within this function. Open
Open
return this.invalidate();
Avoid too many return
statements within this function. Open
Open
return amountWithDiscount;