Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -31,7 +31,7 @@ const checkMamul = (client, userId) => { | ... | @@ -31,7 +31,7 @@ const checkMamul = (client, userId) => { |
| 31 | [ | 31 | [ |
| 32 | { | 32 | { |
| 33 | type: "text", | 33 | type: "text", |
| 34 | - text: `키워드: ${keywords[i]}`, | 34 | + text: `유저님의 ${keywords[i]} 매물 알림이 도착했어요!`, |
| 35 | }, | 35 | }, |
| 36 | setCarouselMessage(res), | 36 | setCarouselMessage(res), |
| 37 | ] | 37 | ] | ... | ... |
-
Please register or login to post a comment