Skip to content

Commit 8c896f1

Browse files
committed
Merge branch 'main' of github.com:strapi/documentation
2 parents 503d0ba + 16dcae1 commit 8c896f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/backend-customization/examples/middlewares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Additional information can be found in the [middlewares customization](/dev-docs
223223
}
224224

225225
// Call next to continue with the flow and get to the controller
226-
next();
226+
await next();
227227
};
228228
};
229229
```

0 commit comments

Comments
 (0)