Consistency fixes

This commit is contained in:
Joe Fiorini
2015-01-29 16:41:43 -05:00
parent 6b509e2814
commit 2814300e1e
3 changed files with 3 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ function JobStatusGraphData(Rest, getBasePath, processErrors, $rootScope, $q) {
hdr: 'Error!',
msg: errorMessage
});
return response;
return response;
});
return pluck('data', result);