We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781d6e7 commit c463bd7Copy full SHA for c463bd7
packages/bytearena-sdk-comm/src/transport.js
@@ -7,8 +7,8 @@ const METHOD_MUTATION = 'Mutation';
7
8
const socket = new net.Socket();
9
10
-export function wrapInTransport(agentid, type, payload) {
11
- return { agentid, type, payload }
+export function wrapInTransport(agentid, method, payload) {
+ return { agentid, method, payload }
12
};
13
14
export function connect(host, port) {
0 commit comments