more renaming
This commit is contained in:
parent
a958842bf6
commit
f42ae5fc1d
6 changed files with 22 additions and 22 deletions
7
src/commands/createAppInvite.js
Normal file
7
src/commands/createAppInvite.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const { exec } = require('child_process');
|
||||
|
||||
const appInviteService = require('../services/appInviteService');
|
||||
|
||||
module.exports = async function createAppInvite(inviterNpub) {
|
||||
await appInviteService.createAppInvite(inviterNpub);
|
||||
};
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
const { exec } = require('child_process');
|
||||
|
||||
const appInviteService = require('../services/appInviteService');
|
||||
|
||||
module.exports = async function createInvite(inviterNpub) {
|
||||
await appInviteService.createInvite(inviterNpub);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue