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 e3fe78f commit a718ec3Copy full SHA for a718ec3
content/recipes/async-local-storage.md
@@ -55,7 +55,7 @@ export class AppModule implements NestModule {
55
const store = {
56
userId: req.headers['x-user-id'],
57
};
58
- // and and pass the "next" function as callback
+ // and pass the "next" function as callback
59
// to the "als.run" method together with the store.
60
als.run(store, () => next());
61
})
@@ -85,7 +85,7 @@ export class AppModule {
85
86
87
88
89
90
91
0 commit comments