Fixed double-declaration

This commit is contained in:
2021-06-28 00:24:31 +02:00
parent 6f323c46e2
commit 1265205ded
-1
View File
@@ -398,7 +398,6 @@ function recommendOfDepth(depth = 0) {
let current = getHandPoints(); let current = getHandPoints();
if (current.points > 0) { if (current.points > 0) {
let choice = { let choice = {
points: current,
chance: 1, chance: 1,
points: current.points, points: current.points,
pattern: current.pattern, pattern: current.pattern,