Skip to content

Express.js#2188

Closed
quanghuynh10111-png wants to merge 1 commit intoexpressjs:gh-pagesfrom
qunghuynh10111-png:patch-1
Closed

Express.js#2188
quanghuynh10111-png wants to merge 1 commit intoexpressjs:gh-pagesfrom
qunghuynh10111-png:patch-1

Conversation

@quanghuynh10111-png
Copy link
Copy Markdown

app.use(async (req, res, next) => {
req.locals.user = await getUser(req);
next();
});

app.use(async (req, res, next) => {
  req.locals.user = await getUser(req);
  next();
});


Signed-off-by: quanghuynh10111-png <quanghuynh10111@gmail.com>
@quanghuynh10111-png quanghuynh10111-png requested a review from a team as a code owner February 17, 2026 13:49
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 17, 2026

Deploy Preview for expressjscom-preview ready!

Name Link
🔨 Latest commit f2c1c45
🔍 Latest deploy log https://app.netlify.com/projects/expressjscom-preview/deploys/699471d81107560008cdada9
😎 Deploy Preview https://deploy-preview-2188--expressjscom-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 97 (no change from production)
Accessibility: 87 (no change from production)
Best Practices: 100 (no change from production)
SEO: 94 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants