Skip to content

Commit

Permalink
Merge pull request #7 from moneytree/fix-moment-usage
Browse files Browse the repository at this point in the history
fix: moment.tz is not a function
  • Loading branch information
mt-dfcowell authored Jan 4, 2021
2 parents a73dcd8 + 2b07beb commit 7e520f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/search.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const axios = require('axios');
const moment = require('moment');
require('moment-timezone');
const moment = require('moment-timezone');
const debug = require('debug');

const log = debug('sumologic-search');
Expand Down

0 comments on commit 7e520f1

Please sign in to comment.