Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -58,15 +58,15 @@ app.post('/hook', function (req, res) { | ... | @@ -58,15 +58,15 @@ app.post('/hook', function (req, res) { |
58 | "messages": [ | 58 | "messages": [ |
59 | { | 59 | { |
60 | "type": "text", | 60 | "type": "text", |
61 | - "text": `메뉴는 "${results[num].menu}" 입니다.` | 61 | + "text": `메뉴는 "${results[[num]].menu}" 입니다.` |
62 | }, | 62 | }, |
63 | { | 63 | { |
64 | "type": "text", | 64 | "type": "text", |
65 | - "text": `필요한 재료는\n${results[num].ingredients} 입니다.` | 65 | + "text": `필요한 재료는\n\n"${results[[num]].ingredients}"\n\n입니다.` |
66 | }, | 66 | }, |
67 | { | 67 | { |
68 | "type": "text", | 68 | "type": "text", |
69 | - "text": `레시피\n${results[num].recipe}` | 69 | + "text": `레시피\n\n${results[[num]].recipe}` |
70 | } | 70 | } |
71 | ] | 71 | ] |
72 | } | 72 | } | ... | ... |
-
Please register or login to post a comment