nostr service and fix usage in invites
This commit is contained in:
parent
15217dc77a
commit
f8a185e879
4 changed files with 124 additions and 110 deletions
|
|
@ -1,4 +1,5 @@
|
|||
const nostrService = require('../services/nostrService');
|
||||
const NostrServiceProvider = require('../services/nostrService');
|
||||
const nostrService = new NostrServiceProvider().provide();
|
||||
const InvitesServiceProvider = require('../services/invitesService');
|
||||
const invitesService = new InvitesServiceProvider({
|
||||
nostrService,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue