-
Notifications
You must be signed in to change notification settings - Fork 55
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
add strict null check #8
base: master
Are you sure you want to change the base?
Conversation
@@ -4,10 +4,10 @@ import dateConverter from './common/dateconverter' | |||
|
|||
class Student { | |||
@JsonProperty('name') | |||
fullName: string; | |||
fullName?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do these properties need to be made optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 good to go. Thanks!
Are there any plans for merging this PR in? |
@michael8090 are you able to merge? |
@theBull No, I've no write access |
@jf3096 would you be willing to merge this change? |
No description provided.