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

Fix freeform invite in document.invite #81

Closed
wants to merge 1 commit into from

Conversation

holdMyTea
Copy link
Contributor

Fixing the TypeError: inviteData.to.forEach is not a function for the similar calls:

api.document.invite({
  token: 'your auth token',
  id: 'document id',
  data: {
    from: 'email address',
    to: 'email address',
  },
}, (err, res) => {
  // handle error or process response data
});

@holdMyTea
Copy link
Contributor Author

I can't imagine, I've missed anniversary of this PR, but still:

Happy Birthday!!1 🎉 🎉 🎉

@rtereshchenko
Copy link
Contributor

@holdMyTea Maybe some day it will be merged)

@yzubach yzubach closed this Apr 29, 2021
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.

3 participants