X-Git-Url: http://git.squeep.com/?p=squeep-chores;a=blobdiff_plain;f=lib%2Fchores.js;fp=lib%2Fchores.js;h=13842653a2f5d63cedfaec663526032bdc7d5e35;hp=e2f7b3381155ba78cc992bad1429ff0ce2e2b719;hb=d71fcf409f4cfccb5e3866cca2ef134383d97816;hpb=d98a3c114eb33bd68477c0ca750e6f82b4d02964 diff --git a/lib/chores.js b/lib/chores.js index e2f7b33..1384265 100644 --- a/lib/chores.js +++ b/lib/chores.js @@ -1,7 +1,7 @@ 'use strict'; const { ChoreError } = require('./errors'); -const { fileScope } = require('./common'); +const { fileScope } = require('@squeep/log-helper'); const _fileScope = fileScope(__filename); /** @@ -106,4 +106,4 @@ class Chores { } // Chores -module.exports = Chores; \ No newline at end of file +module.exports = Chores;