Skip to content

Commit a30083e

Browse files
committed
Fixed message identifier.
1 parent a07fc3f commit a30083e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flow-flowstream.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,7 @@ function MAKEFLOWSTREAM(meta) {
20732073
action.callback(function(err, response) {
20742074
msg.data = response;
20752075
msg.error = err;
2076+
msg.TYPE = 'flow/action';
20762077
flow.proxy.online && flow.proxy.send(msg, 1, clientid);
20772078
callback && callback(msg);
20782079
});

0 commit comments

Comments
 (0)