Skip to content

Commit d427acc

Browse files
committed
Changed TMS groups in the FlowStream.
1 parent 9dbd6a4 commit d427acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow-flowstream.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,7 +2940,7 @@ const TEMPLATE_PUBLISH = `<script total>
29402940
exports.icon = '{3}';
29412941
exports.config = {};
29422942
exports.outputs = [{ id: 'publish', name: 'Output' }];
2943-
exports.group = 'Publishers';
2943+
exports.group = 'Subscribe';
29442944
exports.type = 'pub';
29452945
exports.schemaid = ['{7}', '{1}'];
29462946
@@ -2971,7 +2971,7 @@ const TEMPLATE_SUBSCRIBE = `<script total>
29712971
29722972
exports.name = '{0}';
29732973
exports.icon = '{3}';
2974-
exports.group = 'Subscribers';
2974+
exports.group = 'Publish';
29752975
exports.config = {};
29762976
exports.inputs = [{ id: 'subscribe', name: 'Input' }];
29772977
exports.type = 'sub';

0 commit comments

Comments
 (0)