Skip to content

Commit 9c4e543

Browse files
author
robot
committed
fix: 数据清理
1 parent 9f5c924 commit 9c4e543

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

schedule/detect-invalid-solution.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ for (const name in mySolutions) {
99
console.log(solution);
1010
mySolutions[name][i] = null;
1111
}
12+
13+
if (
14+
solution &&
15+
solution.body.includes("129. 求根节点到叶节点数字之和") &&
16+
!solution.onTime
17+
) {
18+
console.log(slution);
19+
}
1220
}
1321
}
1422

static/my/solutions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)