Skip to content

Commit

Permalink
Added comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed May 3, 2024
1 parent f29b332 commit fd15317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow-flowstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -2956,6 +2956,7 @@ TMS.connect = function(fs, sourceid, callback) {
callback && setImmediate(callback);
};

// In the Flow will be the "Publish" mentioned in the "Subscribe" group
const TEMPLATE_PUBLISH = `<script total>
exports.name = '{0}';
Expand Down Expand Up @@ -2989,6 +2990,7 @@ const TEMPLATE_PUBLISH = `<script total>
</header>
</body>`;

// In the Flow will be the "Subscribe" mentioned in the "Publish" group
const TEMPLATE_SUBSCRIBE = `<script total>
exports.name = '{0}';
Expand Down

0 comments on commit fd15317

Please sign in to comment.