Closed holdMyTea closed 3 years ago
Fixing the TypeError: inviteData.to.forEach is not a function for the similar calls:
TypeError: inviteData.to.forEach is not a function
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 });
I can't imagine, I've missed anniversary of this PR, but still:
Happy Birthday!!1 🎉 🎉 🎉
@holdMyTea Maybe some day it will be merged)
Fixing the
TypeError: inviteData.to.forEach is not a function
for the similar calls: