Skip to content

Adding print statement in switch case#71

Open
JoshuaLai wants to merge 1 commit into
mainfrom
oce/builderrors
Open

Adding print statement in switch case#71
JoshuaLai wants to merge 1 commit into
mainfrom
oce/builderrors

Conversation

@JoshuaLai
Copy link
Copy Markdown
Contributor

Purpose

Fixing build errors

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

switch result {
case .success:
//TODO: Add the code to do things when you succeeded to start Push Notifications.
print("startPushNotifications success")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably can just use "break" here instead

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.

2 participants