Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RestWrite): make method async as expected in usage (parse-communi…
…ty#6025) 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.
- Loading branch information