#16 Fix bug in rss remove
All checks were successful
release-tag / release-image (push) Successful in 4m5s
DRB Tests / drb_mocha_tests (push) Successful in 43s

- A dependency of remove was missing the log object
- Updated discord output for all RSS commands
This commit is contained in:
Logan Cusano
2024-05-26 22:42:54 -04:00
parent 5c86185ef5
commit 424d5ae749
4 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
import { DebugBuilder } from "../modules/debugger.mjs";
const log = new DebugBuilder("server", "sourceManager");
import { createFeed, getFeedByLink, deleteFeedByLink } from '../modules/mongo-wrappers/mongoFeedsWrappers.mjs';
class SourceManager {