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

Commit

Permalink
fix(patcher): Fix patcher with no pre-loaded clients
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Apr 14, 2017
1 parent 14a9b4a commit dcc47b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/db/index.js
Expand Up @@ -105,6 +105,8 @@ function preClients() {
}
});
}));
} else {
return P.resolve();
}
}

Expand Down

0 comments on commit dcc47b9

Please sign in to comment.