Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(client): correct token location check in
parseRequestToken
Fixed a typo in the `parseRequestToken` function to ensure the correct handling of token placement in the request headers. The condition mistakenly checked for 'headers' instead of 'header', which could lead to incorrect or failed token handling in API requests. This fix aligns with the standard naming convention and ensures the function behaves as intended.
- Loading branch information