There was an error while loading. Please reload this page.
1 parent a0415ad commit 6fd2da1Copy full SHA for 6fd2da1
routes/apps.js
@@ -171,7 +171,7 @@ router.get('/:appName/deployments/:deploymentName/history',
171
return deployments.getDeploymentHistory(deploymentInfo.id);
172
})
173
.then((rs) => {
174
- res.send({history: rs});
+ res.send({history: _.pullAll(rs, [null, false])});
175
176
.catch((e) => {
177
if (e instanceof AppError.AppError) {
0 commit comments