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

refactor: add optional chain expression #811

Merged
merged 2 commits into from
Oct 7, 2023
Merged

refactor: add optional chain expression #811

merged 2 commits into from
Oct 7, 2023

Conversation

parasss19
Copy link
Contributor

@parasss19 parasss19 commented Oct 5, 2023

Description

Changes proposed in this pull request:

  • Removed the expressions and added optional chain expression

Related issue(s)

resolve #781

@parasss19
Copy link
Contributor Author

@derberg Please review it

@derberg derberg changed the title refactor: added optional chain expression refactor: add optional chain expression Oct 7, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@derberg
Copy link
Member

derberg commented Oct 7, 2023

/rtm

@asyncapi-bot asyncapi-bot merged commit eed3f36 into asyncapi:master Oct 7, 2023
11 checks passed
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Prefer using an optional chain expression instead, as it's more concise and easier to read.
3 participants