diff options
| author | Li Zhineng <[email protected]> | 2025-07-24 09:08:49 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-24 09:08:49 +0800 |
| commit | 85e04f4bd25d65aaba7067440d80744964507ae9 (patch) | |
| tree | 7f6a69082b6c19159c41ff20e7ebc173b8f90ff8 | |
| parent | d4e676b0ea9a70ac8c11d55f486e3dc609325eee (diff) | |
| download | wave-85e04f4bd25d65aaba7067440d80744964507ae9.tar.gz wave-85e04f4bd25d65aaba7067440d80744964507ae9.zip | |
apply fixes by Prettier
| -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 ...')) }) ``` |
