提交 723c8532 编写于 作者: P Phil Hughes

eslint fix

上级 b31f9102
......@@ -122,7 +122,7 @@ class List {
}
if (this.issues[newIndex + 1]) {
moveAfterIid = this.issues[newIndex + 1].id
moveAfterIid = this.issues[newIndex + 1].id;
}
} else {
this.issues.push(issue);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册