We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a35cc commit 51a0ba1Copy full SHA for 51a0ba1
packages/adapter-vercel/files/entry.js
@@ -24,7 +24,7 @@ export default async (req, res) => {
24
path: pathname,
25
query: searchParams,
26
rawBody: body,
27
- nonce: globalThis.GENERATE_NONCES && randomBytes(16).toString('hex')
+ nonce: /* eslint-disable-line no-undef */ GENERATE_NONCES && randomBytes(16).toString('hex')
28
});
29
30
if (rendered) {
0 commit comments