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

docs: fix missing await in getting started #998

Merged
merged 1 commit into from Jun 10, 2020

Conversation

tennox
Copy link
Contributor

@tennox tennox commented Jun 8, 2020

You where calling .listen on the promise.

other option would've been await (await accountsBoost(...)).listen,
but I figured that could be a bit confusing.

You where calling `.listen` on the promise.

other option would've been `await (await accountsBoost(...)).listen`,
but I figured that could be a bit confusing.
@codecov
Copy link

codecov bot commented Jun 8, 2020

Codecov Report

Merging #998 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #998   +/-   ##
=======================================
  Coverage   95.22%   95.22%           
=======================================
  Files          80       80           
  Lines        1802     1802           
  Branches      389      389           
=======================================
  Hits         1716     1716           
  Misses         84       84           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f2f184...2075942. Read the comment docs.

@pradel pradel changed the title Fix missing await in getting started docs: fix missing await in getting started Jun 10, 2020
@pradel pradel merged commit 899ae24 into accounts-js:master Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants