Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Fix logger reference (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturner authored Sep 8, 2023
1 parent 19e0226 commit efcf9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/ProfileGateway.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const axios = require('axios');
const Logger = require('smartheat-core/core/Logger');
const Logger = require('@matthewturner/smartheat-core/core/Logger');

const logger = new Logger(process.env.LOG_LEVEL || Logger.DEBUG);

Expand Down

0 comments on commit efcf9ae

Please sign in to comment.