Closed kunickiaj closed 9 months ago
Latest commit: e3d21a3a47b01af2ac9475479a015371c645fade
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Thank you for figuring this out.
Motivation
The request type from express does not match the data received. The data received is in the format of a node-fetch Request. Using the correct data structure allows the request headers to be parsed correctly for extracting the authz token.
Approach
Corrects the type to Request from
node-fetch
.