박권수

style. topic reference is changed

...@@ -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,
......