-
Notifications
You must be signed in to change notification settings - Fork 62
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
[usability] quoteNone
type in quote
makes coding a pain
#417
Comments
As I stated there, in the meantime you workaround this like: if (quote.quoteType !== "NONE")
console.log('currency', quote.currency); but that's a pain and we can do better. |
## [2.1.8](v2.1.7...v2.1.8) (2022-02-26) ### Bug Fixes * **quote:** don't pulle Quote with QuoteNone (fixes [#417](#417)) ([5178c78](5178c78))
🎉 This issue has been resolved in version 2.1.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Big thanks to @dtslvr who noticed this so soon and reported straight away 🙌🎉 |
Thanks a lot for providing a solution that quick! 🤩 |
Sure... the |
As reported by @dtslvr in #416:
The text was updated successfully, but these errors were encountered: