Showing 1 of 15 total issues
Consider simplifying this complex logical expression. Open
Open
if (title === "" || description === "" || redeem_way === "" || title === null || description === null || redeem_way === null || quantity === null ) { throw { error: "Fill request.body correctly, cannot be an empty string or null value "}; }