Commit c458905a authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix trivial

parent 4c824964
...@@ -946,7 +946,6 @@ ...@@ -946,7 +946,6 @@
if (! found && t.data.id === d.data.id) { if (! found && t.data.id === d.data.id) {
found = true; found = true;
d = t; d = t;
return;
} }
}); });
return found ? d : null; return found ? d : null;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment