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 2d1969d commit b0d1d5cCopy full SHA for b0d1d5c
middleware/index.js
@@ -122,7 +122,7 @@ export default function (app) {
122
// Only used in production because our tests can overload the server
123
if (
124
process.env.NODE_ENV === 'production' &&
125
- !JSON.parse(process.env.DISABLE_OVERLOAD_PROTECTION | 'false')
+ !JSON.parse(process.env.DISABLE_OVERLOAD_PROTECTION || 'false')
126
) {
127
app.use(protect)
128
}
0 commit comments