Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Aug 16, 2023
1 parent 9129207 commit 2f534bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public Response repair(RepairRequest repairRequest) {
return Response.accepted(
ResponseTools.getSingleRowStringResponse(
app.dbUnixSocketFile,
cqlService,
app.cqlService,
"CALL NodeOps.repair(?, ?, ?, ?)",
repairRequest.keyspaceName,
repairRequest.tables,
Expand Down

0 comments on commit 2f534bc

Please sign in to comment.