Skip to content

Commit

Permalink
fix: logger import (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ab authored Feb 20, 2023
1 parent 5da9e7a commit 7ff1b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/snapchat_conversion/util.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const get = require('get-value');
const sha256 = require('sha256');
const { logger } = require('handlebars');
const logger = require('../../../logger');

const {
isDefinedAndNotNull,
Expand Down

0 comments on commit 7ff1b4a

Please sign in to comment.