Files
speckle-server/packages/server/modules/invites/services/index.js
T
2021-03-07 13:13:58 +00:00

15 lines
321 B
JavaScript

// module.exports = {
// async createInvite( { email, inviter, message } ) {
// // TODO:
// // check if email is already invited
// // check if email is already a user!
// },
// async getInviteById( { id } ) {},
// async getInviteByEmail( { email } ) {},
// async deleteInvite( { id } ) {}
// }