diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ configuring authentication tokens or recording outgoing requests. ```ts Client.use((request, next) => { - return next(request.withHeader('Authorization', 'Bearer ...')) + return next(request.withHeader('Authorization', 'Bearer ...')) }) ``` |
