Skip to content

Commit

Permalink
prevent possible case where data from share comes in before listeners…
Browse files Browse the repository at this point in the history
… are setup
  • Loading branch information
jasoncalabrese committed Aug 9, 2015
1 parent cba4400 commit 4a0e58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootevent.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ function boot (env) {
.acquire(setupMongo)
.acquire(setupInternals)
.acquire(ensureIndexes)
.acquire(setupBridge)
.acquire(setupListeners)
.acquire(setupBridge)
.acquire(finishBoot);
}

Expand Down

0 comments on commit 4a0e58e

Please sign in to comment.