Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvyadav1111 authored and kakdeykaushik committed Oct 19, 2024
1 parent f583a95 commit 0148ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ func (s *AsyncServer) executeCommandToBuffer(diceDBCmd *cmd.DiceDBCmd, buf *byte
// Handle error case independently
if resp.EvalResponse.Error != nil {
handleMigratedResp(resp.EvalResponse.Error, buf)
return
}
handleMigratedResp(resp.EvalResponse.Result, buf)
return
Expand Down

0 comments on commit 0148ec7

Please sign in to comment.