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(bluetooth-le): Removed a wrong cordova decorator param #2733

Merged
merged 2 commits into from
Sep 25, 2018

Conversation

somq
Copy link
Contributor

@somq somq commented Sep 22, 2018

getAdapterInfo is a promise and had {observable: true} param

@danielsogl danielsogl added the target: patch This PR is targeted for the next patch release label Sep 23, 2018
@somq
Copy link
Contributor Author

somq commented Sep 24, 2018

read and subscribe methods was returning { result: <OperationResult> } which was wrong.
They now directly return the <OperationResult> object instead.

@danielsogl danielsogl merged commit cbeb413 into danielsogl:v5 Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants