This commit is contained in:
2023-12-07 08:43:41 +01:00
parent 2dd97d116f
commit 75d5cb8943
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -257,6 +257,7 @@ for (const pair of seedsPairs) {
const loc = getMapResult(hum, humidityToLocation);
if (loc < minimalLocation) minimalLocation = loc;
}
console.log("minimalLocation: ", minimalLocation);
}
console.log(minimalLocation);