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

Default parameter in getUserContract() #42

Closed
anudit opened this issue Jun 6, 2020 · 1 comment
Closed

Default parameter in getUserContract() #42

anudit opened this issue Jun 6, 2020 · 1 comment
Assignees

Comments

@anudit
Copy link

anudit commented Jun 6, 2020

After setting up and logging into Biconomy while executing the following request,

biconomy.getUserContract().then(console.log)

Expected Behavior

  • Default to the address of the logged in user and return the the respective contract address.
    or
  • Raise an exception, as no user address was passed.

Current Behavior
The promise resolves and returns an empty response, Promise {<resolved>: undefined}

@tomarsachin2271 tomarsachin2271 self-assigned this Jun 6, 2020
@anudit
Copy link
Author

anudit commented Jun 20, 2020

This has been resolved in f81b969

@anudit anudit closed this as completed Jun 20, 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

No branches or pull requests

2 participants