You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using nestjs framework and to send the result to grpc I must use asObject to convert the class to object but my problem that you added keyword list on each repeated field in asObject like this proto
I can't send this one to grpc because in my proto ids not idsList and I can't use _grpc_pb.d.ts because I don't want to overwrite grpc sever in nestjs
The text was updated successfully, but these errors were encountered:
YounosAlshamy
changed the title
Adding keyword list on each repeated field in asObject
Adding keyword list on each repeated field in asObjectAug 3, 2021
I am using
nestjs
framework and to send the result to grpc I must useasObject
to convert the class to object but my problem that you added keywordlist
on each repeated field inasObject
like this proto_pb.d.ts
file will be like thatI can't send this one to grpc because in my proto
ids
notidsList
and I can't use_grpc_pb.d.ts
because I don't want to overwrite grpc sever innestjs
The text was updated successfully, but these errors were encountered: