Compare commits

...

1 commit

Author SHA1 Message Date
nquidox
ce33d7ce03 empty response
All checks were successful
/ Make image (push) Successful in 1m0s
2026-03-01 10:04:44 +03:00

View file

@ -91,5 +91,9 @@ func (r *repoServer) SendResult(stream pb.TaskProcessor_SendResultServer) error
}
}
if err := stream.SendAndClose(&emptypb.Empty{}); err != nil {
return err
}
return nil
}