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 02d9baa commit 194a5a7Copy full SHA for 194a5a7
2 files changed
.github/workflows/ci.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - master
8
- next
9
- 'v*'
10
paths-ignore:
README.md
@@ -2,7 +2,7 @@
2
3
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
-[](https://github.com/fastify/fastify-request-context/actions/workflows/ci.yml)
+[](https://github.com/fastify/fastify-request-context/actions/workflows/ci.yml)
Request-scoped storage support, based on [AsyncLocalStorage](https://nodejs.org/api/async_context.html#asynchronous-context-tracking).
0 commit comments