Skip to content

Commit

Permalink
fix missing call to outer observer
Browse files Browse the repository at this point in the history
Change-Id: Ibda6daed72f0f267ad741836701848f33c2d5377
  • Loading branch information
igorbernstein2 committed Sep 11, 2023
1 parent 5f4f32f commit d128fce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ protected void onResponseImpl(MutateRowsResponse response) {
logger.info("Rate limiting is disabled");
}
}

outerObserver.onResponse(response);
}

@Override
Expand Down

0 comments on commit d128fce

Please sign in to comment.