Skip to content

Commit 5707f56

Browse files
Fix issues
1 parent 6b95eb7 commit 5707f56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
global.Promise = require('bluebird')
12
const config = require('config')
23
const Kafka = require('no-kafka')
34
const healthcheck = require('topcoder-healthcheck-dropin')

src/services/ProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Service for TC Challenge processor.
33
*/
4-
4+
const _ = require('lodash')
55
const Joi = require('joi')
66
const config = require('config')
77
const logger = require('../common/logger')

0 commit comments

Comments
 (0)