From a09f246e4c28970c86fb2e0ff2887cbbff03b105 Mon Sep 17 00:00:00 2001 From: ChrisKyle Date: Fri, 10 Apr 2026 15:39:39 +0500 Subject: [PATCH] fix(readme): add `ts` language tag to code block at end of README Signed-off-by: ChrisKyle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d84cf9..d90c18b 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ If you have `"strictNullChecks": true` (or have `"strict": true`, which sets `"s If functions depend on requestContext but are not called in a request, i.e. in tests or workers, they can be wrapped in the asyncLocalStorage instance of requestContext: -``` +```ts import { asyncLocalStorage } from '@fastify/request-context'; it('should set request context', () => {