Spelunking-Studios / The-Caverns-Website

Found unnecessary escape characters JS-0097
Anti-pattern
Minor
2 occurrences in this check
Unnecessary escape character: \"
51        html: `
52<h1>One More Step</h1>
53<p>You have 24 hours to complete your registration.</p>
54<a href=\"${process.env.DEPLOYMENT_URL}/api/auth/token/${body.email}\">Sign Up</a>55<p>If this was not you, please ignore this email.</p>
56`,
57    });
Unnecessary escape character: \"
51        html: `
52<h1>One More Step</h1>
53<p>You have 24 hours to complete your registration.</p>
54<a href=\"${process.env.DEPLOYMENT_URL}/api/auth/token/${body.email}\">Sign Up</a>55<p>If this was not you, please ignore this email.</p>
56`,
57    });