MunifTanjim / node-bitbucket

Bitbucket API client for Browser and Node.js
https://bitbucketjs.netlify.app
MIT License
105 stars 31 forks source link

Fix Cannot read property 'headers' of undefined #113

Closed JeroenOnstuimig closed 2 years ago

JeroenOnstuimig commented 2 years ago

This fixes errors the "Cannot read property 'headers' of undefined" error when trying to use the user.get() (and possibly other) functions.

MunifTanjim commented 2 years ago

Thanks! 🎉