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

🔥 Remove duplicate this.type = null assigment #691

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

dawidreedsy
Copy link
Contributor

At the moment in constructor we call

this.type = null

twice. Let's remove one of the calls

At the moment in constructor we call
```js
this.type = null
```
twice. Let's remove one of the calls
@coveralls
Copy link

Coverage Status

coverage: 97.487%. remained the same
when pulling 66c59c4 on remove-duplicated-type
into ca50594 on master.

@dawidreedsy dawidreedsy merged commit 4d95a43 into master Mar 4, 2025
8 checks passed
@dawidreedsy dawidreedsy deleted the remove-duplicated-type branch March 4, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants