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

MLIBZ-2455: TypeScript Definitions wrong for User.lookup() #301

Merged
merged 1 commit into from May 29, 2018

Conversation

thomasconner
Copy link
Contributor

@thomasconner thomasconner commented May 25, 2018

Description

The TypeScript definitions for User.lookup() function state that the function returns a Promise when it really returns an Observable.

Changes

  • Update the TypeScript definitions file to state that the User.lookup() function returns an Observable.

Tests

  • No testing needed. This was a documentation change.

@thomasconner thomasconner self-assigned this May 25, 2018
@vinaygahlawat
Copy link
Contributor

LGTM. Is there an associated change that has to be made to the API reference guide in DevCenter?

@thomasconner
Copy link
Contributor Author

No there is not. The DevCenter doc is correct. This just corrects the TypeScript definitions file.

@thomasconner thomasconner merged commit 978b853 into master May 29, 2018
@thomasconner thomasconner deleted the MLIBZ-2455 branch May 29, 2018 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants