fix: restore salad
This commit is contained in:
@@ -345,8 +345,14 @@ const app = createApp({
|
|||||||
this.config.seed
|
this.config.seed
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const table = generator.generate();
|
||||||
|
|
||||||
|
if (this.config.endWithAll) {
|
||||||
|
table[table.length - 1][1] = "🥗 SALAD 🥗";
|
||||||
|
}
|
||||||
|
|
||||||
this.table.splice(0, this.table.length);
|
this.table.splice(0, this.table.length);
|
||||||
this.table.push(...generator.generate());
|
this.table.push(...table);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user