mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
chore: eslint max-len
This commit is contained in:
committed by
Julian Lam
parent
5c2f0f0557
commit
cc9d6fd08b
@@ -202,7 +202,9 @@ Controllers.registerInterstitial = async function (req, res, next) {
|
||||
return helpers.redirect(res, returnTo || '/');
|
||||
}
|
||||
|
||||
const renders = data.interstitials.map(interstitial => req.app.renderAsync(interstitial.template, interstitial.data || {}));
|
||||
const renders = data.interstitials.map(
|
||||
interstitial => req.app.renderAsync(interstitial.template, interstitial.data || {})
|
||||
);
|
||||
const sections = await Promise.all(renders);
|
||||
|
||||
res.render('registerComplete', {
|
||||
|
||||
Reference in New Issue
Block a user