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

Commit

Permalink
Fix location
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturner committed Sep 9, 2023
1 parent 443fa91 commit 08223b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/smarthome-lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Logger = require('@matthewturner/smartheat-core/core/Logger');
const HandlerRegistry = require('./HandlerRegistry');

const logger = new Logger(process.env.LOG_LEVEL || Logger.DEBUG);
const { version } = require('./package.json');
const { version } = require('../package.json');

exports.handler = async (ev, context) => {
logger.level = process.env.LOG_LEVEL || Logger.DEBUG;
Expand Down

0 comments on commit 08223b8

Please sign in to comment.