We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a59c2 commit 9f4a2a5Copy full SHA for 9f4a2a5
src/routes/projectMemberInvites/create.js
@@ -341,7 +341,7 @@ module.exports = [
341
sendInviteEmail(req, projectId, v);
342
}
343
});
344
- return values;
+ return values.map(value => value.get({ plain: true }));
345
}); // models.sequelize.Promise.all
346
}); // models.ProjectMemberInvite.getPendingInvitesForProject
347
})
0 commit comments