Skip to content

Commit

Permalink
fix(api): missing logger import
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobmarin committed Jul 21, 2021
1 parent 744ee63 commit 9a7b0f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const axios = require('axios');
const sha1 = require('crypto-js/sha1');
const conf = require('./conf');
const logger = require('./logger');

const { config } = conf;

Expand Down

0 comments on commit 9a7b0f3

Please sign in to comment.