Debug travis test failures
This commit is contained in:
@@ -236,7 +236,7 @@ function (layer, dbConnection, callback) {
|
||||
queries.phase(() => firstPhaseQueries(queries, context));
|
||||
queries.phase(() => secondPhaseQueries(queries, context));
|
||||
queries.run()
|
||||
.then(results => callback(null, results))
|
||||
.then(() => callback(null, queries.results))
|
||||
.catch(error => callback(error));
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user