We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00003da commit 3f6b55aCopy full SHA for 3f6b55a
src/services/line-stat-getter.js
@@ -1,10 +1,7 @@
1
/* eslint-disable no-underscore-dangle */
2
import _ from 'lodash';
3
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';
+import moment from 'moment-timezone';
8
import Interface from 'forest-express';
9
import QueryBuilder from './query-builder';
10
import utils from '../utils/schema';
0 commit comments