You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not passing passThroughHeaders into mount(..., { passThroughHeaders: [] }) results in the following error:
node_modules/graphql-rest-router/Router.js:70
? [...this.passThroughHeaders, ...options.passThroughHeaders]
^
TypeError: options.passThroughHeaders is not iterable
at Router.mount (/Users/tw/Projects/curator-stack/api/node_modules/graphql-rest-router/Router.js:70:59)
at makeGQLRestRouter (/Users/tw/Projects/curator-stack/api/tests/load-test.js:37:6)
Not passing
passThroughHeaders
intomount(..., { passThroughHeaders: [] })
results in the following error:Changing
here
graphql-rest-router/Router.ts
Line 95 in 700c1f1
should fix the issue.
The text was updated successfully, but these errors were encountered: