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

[Zoe] zoe.makeInstance returns an invite, not a record containing an 'invite' property #887

Closed
erights opened this issue Apr 8, 2020 · 2 comments · Fixed by #853
Closed
Assignees
Labels
Zoe package: Zoe
Milestone

Comments

@erights
Copy link
Member

erights commented Apr 8, 2020

const { invite } = await E(zoe).makeInstance(

This line uses destructuring to extract an 'invite' out of the return value of zoe.makeInstance. But it returns the invite itself, not a record.

Happens several places.

@erights erights self-assigned this Apr 8, 2020
@katelynsills katelynsills added the Zoe package: Zoe label Apr 8, 2020
@katelynsills katelynsills added this to the Zoe 0.5.0 milestone Apr 8, 2020
@DavidBruant
Copy link
Contributor

Related: #820

@Chris-Hibbert
Copy link
Contributor

fixed in #820

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Zoe package: Zoe
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants