Skip to content

Commit

Permalink
Changed TMS groups in the FlowStream.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed May 3, 2024
1 parent 9dbd6a4 commit d427acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow-flowstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -2940,7 +2940,7 @@ const TEMPLATE_PUBLISH = `<script total>
exports.icon = '{3}';
exports.config = {};
exports.outputs = [{ id: 'publish', name: 'Output' }];
exports.group = 'Publishers';
exports.group = 'Subscribe';
exports.type = 'pub';
exports.schemaid = ['{7}', '{1}'];
Expand Down Expand Up @@ -2971,7 +2971,7 @@ const TEMPLATE_SUBSCRIBE = `<script total>
exports.name = '{0}';
exports.icon = '{3}';
exports.group = 'Subscribers';
exports.group = 'Publish';
exports.config = {};
exports.inputs = [{ id: 'subscribe', name: 'Input' }];
exports.type = 'sub';
Expand Down

0 comments on commit d427acc

Please sign in to comment.