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(types): remove optional types on main methods #192

Merged
merged 1 commit into from
Jan 20, 2020

Conversation

tkrugg
Copy link
Contributor

@tkrugg tkrugg commented Jan 15, 2020

This remove ? on the parameter param. It's rather a typo fix.
CI runs the type-check job which will ensure this compiles.

This closes: #53

CI runs the type-check job which will ensure this compiles.

This closes: #53
@tkrugg tkrugg force-pushed the chores/types-optional branch from cd818ad to def8b86 Compare January 15, 2020 11:05
@tkrugg tkrugg requested a review from a team January 15, 2020 11:05
@ghost ghost requested review from eunjae-lee and yannickcr and removed request for a team January 15, 2020 11:05
@tkrugg tkrugg merged commit e551d10 into master Jan 20, 2020
@tkrugg tkrugg deleted the chores/types-optional branch January 20, 2020 16:36
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.

params passed to methods are now optional, they should not be
2 participants