diff --git a/lib/routes/hopper/index.js b/lib/routes/hopper/index.js index 990f6da35..ead5704a4 100644 --- a/lib/routes/hopper/index.js +++ b/lib/routes/hopper/index.js @@ -72,8 +72,8 @@ const formatDesc = (e) => { const description = `
FromToPrice
${origin}${destination}${price}
${dayjs(departureDate).format('YYYY MMM DD')} ✈ ${dayjs(returnDate).format( - 'YYYY MMM DD' - )}`; + 'YYYY MMM DD' + )}`; return { title, description,