Commit 3eaf281b authored by Boris Kocherov's avatar Boris Kocherov

render return true for test compatibility

parent 022cf996
......@@ -991,6 +991,9 @@
}
delete g.props.init_value;
})
.push(function () {
return true;
})
.push(undefined, function (err) {
console.error(err);
});
......
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