commit | faae533c40462b64ff173816141f4916ebfd894b | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Wed Mar 01 18:16:05 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Wed Mar 01 18:16:05 2023 -0500 |
tree | f5b2b7c1971fb48038c2d1d33cdc718ab55d7145 | |
parent | 8d577fa079c60f4095ae6e261e8e1b3db94b06b9 [diff] [blame] |
made minor fixes
diff --git a/src/utils/eventScheduler.ts b/src/utils/eventScheduler.ts index 5c461ad..a79a260 100644 --- a/src/utils/eventScheduler.ts +++ b/src/utils/eventScheduler.ts
@@ -10,7 +10,7 @@ constructor() { this.agenda = new Agenda({ db: { - address: config.mongoUrl + "Nucleus", + address: config.mongoOptions.host, collection: "eventScheduler" } });