This commit is contained in:
@ -8,7 +8,7 @@ export function genRecipeMessage(recipeList, header, footer) {
|
||||
}
|
||||
|
||||
if (header) {
|
||||
textList.shift(header);
|
||||
textList.unshift(header);
|
||||
}
|
||||
|
||||
if (footer) {
|
||||
|
Reference in New Issue
Block a user