Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jul 19, 2017
1 parent 48fc93a commit 6bbe39d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public Response getTableByGrain(
apiRequest = (TablesApiRequest) requestMapper.apply(apiRequest, containerRequestContext);
}

Map<String, Object> result = getLogicalTableFullView(apiRequest.getTable(), uriInfo);
Map<String, Object> result = getLogicalTableFullView(apiRequest, uriInfo);
String output = objectMappers.getMapper().writeValueAsString(result);
LOG.debug("Tables Endpoint Response: {}", output);
RequestLog.stopTiming(this);
Expand Down

0 comments on commit 6bbe39d

Please sign in to comment.