ctreminiom / go-atlassian

✨ Golang Client Library for Atlassian Cloud.
https://docs.go-atlassian.io
MIT License
114 stars 29 forks source link

Fix for issue 260 #261

Closed mrvantage closed 2 weeks ago

mrvantage commented 2 months ago

Var should be passed as reference, to be filled with response data

mrvantage commented 2 months ago

Fixes #260

ctreminiom commented 2 weeks ago

Hi @mrvantage, apologies for the delayed response.

You're right, this PR fixed the bug🐛.

Thanks