Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ispyb/ISPyB
Browse files Browse the repository at this point in the history
  • Loading branch information
delageniere committed Jan 17, 2020
2 parents 28a2061 + af6e78f commit d016247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public Response getSessionByProposalId(@PathParam("token") String token, @PathPa
try {
List<Map<String, Object>> result = getSessionService().getSessionViewByProposalId(this.getProposalId(proposal));
this.logFinish(methodName, id, logger);
return sendResponse(result);
return sendResponse(result, false);
} catch (Exception e) {
return this.logError(methodName, e, id, logger);
}
Expand Down

0 comments on commit d016247

Please sign in to comment.