Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(departure-releases): fix crash when acknowledging departure releases #292

Merged

Conversation

AndyTWF
Copy link
Contributor

@AndyTWF AndyTWF commented Jul 3, 2021

Releases were being accessed by reference, which would go out of scope during the asynchronous task.

fix #289

Releases were being accessed by reference, which would go out of scope during the asynchronous task.

fix VATSIM-UK#289
@AndyTWF AndyTWF merged commit 41345f2 into VATSIM-UK:main Jul 3, 2021
VATSIMUK pushed a commit that referenced this pull request Jul 3, 2021
## [3.1.3](3.1.2...3.1.3) (2021-07-03)

### Bug Fixes

* **departure-releases:** fix colours in the release status view and add documentation ([#293](#293)) ([f6ba6a1](f6ba6a1)), closes [#290](#290)
* **departure-releases:** fix crash when acknowledging departure releases ([#292](#292)) ([41345f2](41345f2)), closes [#289](#289)
@VATSIMUK
Copy link

VATSIMUK commented Jul 3, 2021

🎉 This PR is included in version 3.1.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Departure release request crash on acknowledge
2 participants