remove comments

This commit is contained in:
counterweight 2025-03-07 16:06:55 +01:00
parent bf0775ba31
commit ee590984b2
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -6,13 +6,6 @@ class ServicesProvider {
constructor() {}
provide() {
/*
Up next:
- start passing all service stuff from outside
- also remember to get CLi fixed and working
*/
//done
const NostrServiceProvider = require('../services/nostrService');
const nostrService = new NostrServiceProvider({
models: models,