Skip to content

Commit

Permalink
Clean code.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Feb 14, 2024
1 parent d9a8f9f commit 19ff28f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion definitions/flowstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Flow.on('save', function() {
PATH.fs.writeFile(PATH.join(DIRECTORY, DB_FILE), JSON.stringify(Flow.db, skip, '\t'), ERROR('FlowStream.save'));
});


function init(id, next) {

var flow = Flow.db[id];
Expand Down

0 comments on commit 19ff28f

Please sign in to comment.