diff --git a/internal/infrastructure/grpcClient/client.go b/internal/infrastructure/grpcClient/client.go index 87ce222..a717b55 100644 --- a/internal/infrastructure/grpcClient/client.go +++ b/internal/infrastructure/grpcClient/client.go @@ -15,6 +15,7 @@ type grpcClient struct { func (t *grpcClient) Close() error { // return t.conn.Close() + return nil } func (t *grpcClient) GetUserVacancies(ctx context.Context, in *pbVC.GetUserVacanciesRequest, opts ...grpc.CallOption) (*pbVC.GetUserVacanciesResponse, error) {