유명현

EDIT: Delete unessential code

...@@ -44,46 +44,6 @@ function setFlexMessage( ...@@ -44,46 +44,6 @@ function setFlexMessage(
44 weight: "bold", 44 weight: "bold",
45 size: "xl", 45 size: "xl",
46 }, 46 },
47 - // {
48 - // type: "box",
49 - // layout: "baseline",
50 - // margin: "md",
51 - // contents: [
52 - // {
53 - // type: "icon",
54 - // size: "sm",
55 - // url: "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png",
56 - // },
57 - // {
58 - // type: "icon",
59 - // size: "sm",
60 - // url: "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png",
61 - // },
62 - // {
63 - // type: "icon",
64 - // size: "sm",
65 - // url: "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png",
66 - // },
67 - // {
68 - // type: "icon",
69 - // size: "sm",
70 - // url: "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png",
71 - // },
72 - // {
73 - // type: "icon",
74 - // size: "sm",
75 - // url: "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gray_star_28.png",
76 - // },
77 - // {
78 - // type: "text",
79 - // text: "4.0",
80 - // size: "sm",
81 - // color: "#999999",
82 - // margin: "md",
83 - // flex: 0,
84 - // },
85 - // ],
86 - // },
87 { 47 {
88 type: "box", 48 type: "box",
89 layout: "vertical", 49 layout: "vertical",
......