Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Fix merge error at main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anarute committed Jun 8, 2016
1 parent 5577fff commit 7bf3350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Expand Up @@ -137,8 +137,8 @@ let load = base.loader({
},

api: {
requires: ['cfg', 'WorkerType', 'AmiSet', 'Secret', 'ec2', 'validator', 'publisher', 'influx'],
setup: async ({cfg, WorkerType, AmiSet, Secret, ec2, validator, publisher, influx}) => {
requires: ['cfg', 'WorkerType', 'AmiSet', 'Secret', 'ec2', 'stateContainer', 'validator', 'publisher', 'influx'],
setup: async ({cfg, WorkerType, AmiSet, Secret, ec2, stateContainer, validator, publisher, influx}) => {

let reportInstanceStarted = series.instanceStarted.reporter(influx);

Expand Down

0 comments on commit 7bf3350

Please sign in to comment.