Jurabek Rahimov
Results
1
issues of
Jurabek Rahimov
Trying out the nestjs-rpc in my current nestjs pet project, but I've encountered error with @nestjs/common Here is my handler ```javascript @RpcHandler({ method: "receipts" }) export class ReceiptsRpcHandler { @RpcMethodHandler("create")...