corrige pf commande

This commit is contained in:
arthur
2024-05-29 15:28:34 +02:00
parent 8a85e89520
commit b7bed65d9e
-1
View File
@@ -104,7 +104,6 @@ module.exports = {
await new Promise(resolve => setTimeout(resolve, 5000));
const result = Math.floor(Math.random() * 2);
console.log(result);
let colorR = '';
if (result === 0) {
colorR = 'pile';