chore(xo-server/utils): remove unnecessary moment-timezone import
This commit is contained in:
parent
13f2470887
commit
481bc9430a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user