fix(build) only require/import the main common file

This commit is contained in:
Matteo Pagliazzi
2016-04-11 19:46:48 +02:00
parent 27a2b9002d
commit 463ba81468
7 changed files with 13 additions and 10 deletions

View File

@@ -16,10 +16,11 @@ import {
getUserInfo,
sendTxn as sendTxnEmail,
} from '../../libs/api-v3/email';
import { quests as questScrolls } from '../../../../common/script/content';
import common from '../../../../common';
import sendPushNotification from '../../libs/api-v3/pushNotifications';
const questScrolls = common.content.quests;
function canStartQuestAutomatically (group) {
// If all members are either true (accepted) or false (rejected) return true
// If any member is null/undefined (undecided) return false