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

feat(voip): EN-3490: add voip ticket resource #47

Merged
merged 2 commits into from Aug 3, 2018

Conversation

cuevaskoch
Copy link
Contributor

No description provided.


/**
* Fetches the data for this voip ticket via the client
* @returns {Promise} If successful, a hydrated instance of a frehs voip ticket
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: frehs

* @returns {Promise} If successful, a hydrated instance of a frehs voip ticket
*/
fetch() {
return this.client.get(this.href)
Copy link
Contributor

Choose a reason for hiding this comment

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

Update to post. I think keeping the function named fetch is still semantically-correct.

@cuevaskoch
Copy link
Contributor Author

Missed updating mocks. Repushed

@cuevaskoch cuevaskoch merged commit 557125c into master Aug 3, 2018
@cuevaskoch cuevaskoch deleted the feature/EN-3490-voip-token branch August 3, 2018 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants