Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
🐛 Typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
acollierr17 committed Dec 27, 2021
1 parent 1421138 commit 5b281fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/extensions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const mongoose = require('mongoose');
const Logger = require('./Logger');
const Logger = require('./logger');

mongoose.connection.on('connected', () => {
Logger.ready('MONGOOSE', 'Connection successfully opened!');
Expand Down

0 comments on commit 5b281fd

Please sign in to comment.