a lot of renames
This commit is contained in:
parent
966fde1111
commit
619503e799
9 changed files with 80 additions and 73 deletions
|
|
@ -3,5 +3,7 @@ const { exec } = require('child_process');
|
|||
const appInviteService = require('../services/appInviteService');
|
||||
|
||||
module.exports = async function createAppInvite(inviterNpub) {
|
||||
await appInviteService.createAppInvite(inviterNpub);
|
||||
const appInvite = await appInviteService.createAppInvite(inviterNpub);
|
||||
console.log('Invite created');
|
||||
console.log(`Check at http://localhost/invite/${appInvite.uuid}`);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue