From 8c6d8163bcbb902e678e773dc15df4a7192ccb04 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 3 Mar 2016 18:09:07 -0600 Subject: [PATCH] refactor: adjust path to cron module in common code --- common/script/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/script/index.js b/common/script/index.js index 2721a42560..7db322f6e7 100644 --- a/common/script/index.js +++ b/common/script/index.js @@ -4,7 +4,7 @@ import _ from 'lodash'; import { daysSince, shouldDo, -} from '../../common/script/cron'; +} from './cron'; import { MAX_HEALTH, MAX_LEVEL,