-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release 2.1.0 #18
Release 2.1.0 #18
Conversation
rlepinski
commented
Sep 14, 2024
•
edited
Loading
edited
- Update types
- Update Android bindings
- Update iOS bindings
return nil | ||
} | ||
|
||
return try AirshipJSON.wrap(value).decode() |
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.
we still want this to throw? not just try?
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.
Maybe a better name? Optional meaning its optionally available, not optionally decodes properly
logPrivacyLevel: "private" | "public" | ||
} | ||
logPrivacyLevel?: 'private' | 'public'; | ||
}; |
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.
should this semicolon be here?
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.
I think its optional. we set it everywhere else