Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -58,7 +58,7 @@ const transPublishingTopicAndMessage = async(bottleId) => { | ... | @@ -58,7 +58,7 @@ const transPublishingTopicAndMessage = async(bottleId) => { |
| 58 | const bottle = await Bottle.findByBottleId(bottleId); | 58 | const bottle = await Bottle.findByBottleId(bottleId); |
| 59 | const recentOpen = await bottle.getRecentOpenDate(); | 59 | const recentOpen = await bottle.getRecentOpenDate(); |
| 60 | 60 | ||
| 61 | - const message = await transDate(recentOpen); | 61 | + const message = 'res/' + await transDate(recentOpen); |
| 62 | 62 | ||
| 63 | return { | 63 | return { |
| 64 | topic, | 64 | topic, | ... | ... |
-
Please register or login to post a comment