Skip to content

Commit

Permalink
Fixed broken config import in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
iftt-jonathan committed Dec 10, 2024
1 parent de7ccd6 commit b1b6020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Logger = require('pizza-logger');
const config = require('../config.js');
const config = require('./config.js');

const logger = new Logger(config);
module.exports = logger;

0 comments on commit b1b6020

Please sign in to comment.