Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove unnecessary parentheses in header cookie access (#214)
Remove unecessary parentheses after headersObj when accessing the cookie. The correct syntax is headersObj.get('cookie') as headersObj is an object, not a function.
- Loading branch information