Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Mongo: Removed test shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpt-Dingus committed Aug 15, 2023
1 parent 92ec016 commit d39c9a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/mongo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {botConfig} from './config.js';
import {Dependency} from './modules.js';

export const mongo = new Dependency('MongoDB', async () => {
throw new Error('test');
const mongoConfig = botConfig.mongodb;
// https://www.mongodb.com/docs/manual/reference/connection-string/
const connectionString =
Expand Down

0 comments on commit d39c9a7

Please sign in to comment.