mirror of https://github.com/waku-org/js-waku.git
Proto message is expected, not the wrapping class
This commit is contained in:
parent
ed25f823e2
commit
3055881c57
|
@ -15,7 +15,7 @@ export class PushRPC {
|
|||
return new PushRPC({
|
||||
requestId: uuid(),
|
||||
request: {
|
||||
message,
|
||||
message: message.proto,
|
||||
pubsubTopic,
|
||||
},
|
||||
response: undefined,
|
||||
|
|
Loading…
Reference in New Issue