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(RestWrite): make method async as expected in usage #6025

Merged
merged 1 commit into from
Sep 4, 2019
Merged

fix(RestWrite): make method async as expected in usage #6025

merged 1 commit into from
Sep 4, 2019

Commits on Sep 4, 2019

  1. fix(RestWrite): make method async as expected in usage

    The method `createSessionToken` in RestWrite.js is assumed to always return a promise (see Line 961 in `handleFollowUp`) - this was throwing an error `cannot read 'then' of undefined`. This simply one word change fixes that error.
    omairvaiyani authored Sep 4, 2019
    Configuration menu
    Copy the full SHA
    186a55a View commit details
    Browse the repository at this point in the history