Skip to content

Commit 3f6b55a

Browse files
authored
fix: switched moment to moment-tz for line-stat-getter (#428)
1 parent 00003da commit 3f6b55a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/services/line-stat-getter.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/* eslint-disable no-underscore-dangle */
22
import _ from 'lodash';
33
import P from 'bluebird';
4-
import moment from 'moment';
5-
// NOTICE: moment-timezone extends moment itself,
6-
// Importing it will automatically add functions to moment.
7-
import 'moment-timezone';
4+
import moment from 'moment-timezone';
85
import Interface from 'forest-express';
96
import QueryBuilder from './query-builder';
107
import utils from '../utils/schema';

0 commit comments

Comments
 (0)