From 481bc9430a9ce5a38df807ae47778e8d1677613e Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 5 Mar 2018 17:21:10 +0100 Subject: [PATCH] chore(xo-server/utils): remove unnecessary moment-timezone import --- packages/xo-server/src/utils.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/xo-server/src/utils.js b/packages/xo-server/src/utils.js index 22b8b7eaf..a40d13888 100644 --- a/packages/xo-server/src/utils.js +++ b/packages/xo-server/src/utils.js @@ -23,11 +23,6 @@ import { reflect as pReflect, } 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