Skip to content

Commit 61c27f8

Browse files
committed
Improved code.
1 parent 7bc6cfd commit 61c27f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ FS.load = function(flow, callback) {
148148
flow.directory = flow.directory || F.path.root('/flowstream/');
149149

150150
if (!flow.name)
151-
flow.name = flow.id;
151+
flow.name = id;
152152

153153
if (!flow.components)
154154
flow.components = {};

0 commit comments

Comments
 (0)