Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return super in example Transport subclass (#980)
If called without a callback, the request method returns a Promise, so when calling into super.request, the result should be returned to maintain promise behavior.
- Loading branch information