nostr service and fix usage in invites

This commit is contained in:
counterweight 2025-03-06 02:19:23 +01:00
parent 15217dc77a
commit f8a185e879
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 124 additions and 110 deletions

View file

@ -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,