chore(xo-server/utils): remove unnecessary moment-timezone import

This commit is contained in:
Julien Fontanet 2018-03-05 17:21:10 +01:00
parent 13f2470887
commit 481bc9430a

View File

@ -23,11 +23,6 @@ import {
reflect as pReflect, reflect as pReflect,
} from 'promise-toolbox' } from 'promise-toolbox'
// Moment timezone can be loaded only one time, it's a workaround to load
// the latest version because cron module uses an old version of moment which
// does not implement `guess` function for example.
import 'moment-timezone'
// =================================================================== // ===================================================================
// Similar to map() + Promise.all() but wait for all promises to // Similar to map() + Promise.all() but wait for all promises to