This commit is contained in:
skeris 2024-05-02 21:40:06 +03:00
parent a0a9b84db4
commit 00cc7acc49

@ -37,7 +37,7 @@ func NewGRPC(deps DepsGRPC) (*GRPC, errors.Error) {
grpcUnaryInterceptor := grpc.UnaryInterceptor(grpc_middleware.ChainUnaryServer( grpcUnaryInterceptor := grpc.UnaryInterceptor(grpc_middleware.ChainUnaryServer(
grpc_zap.UnaryServerInterceptor(deps.Logger), grpc_zap.UnaryServerInterceptor(deps.Logger),
grpc_recovery.UnaryServerInterceptor(), //grpc_recovery.UnaryServerInterceptor(),
)) ))
return &GRPC{ return &GRPC{