Skip to content

Commit d016247

Browse files
committed
Merge branch 'master' of https://github.com/ispyb/ISPyB
2 parents 28a2061 + af6e78f commit d016247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ispyb-ws/src/main/java/ispyb/ws/rest/proposal/SessionRestWebService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public Response getSessionByProposalId(@PathParam("token") String token, @PathPa
8888
try {
8989
List<Map<String, Object>> result = getSessionService().getSessionViewByProposalId(this.getProposalId(proposal));
9090
this.logFinish(methodName, id, logger);
91-
return sendResponse(result);
91+
return sendResponse(result, false);
9292
} catch (Exception e) {
9393
return this.logError(methodName, e, id, logger);
9494
}

0 commit comments

Comments
 (0)