style: auto format

This commit is contained in:
github-actions[bot] 2023-07-19 14:01:54 +00:00
parent 25bf1bb0dc
commit 993ae583f6
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ const formatDesc = (e) => {
const description = `<table><tbody><tr><th align="left" style="border: 1px solid black;">From</th><th align="left" style="border: 1px solid black;">To</th><th align="left" style="border: 1px solid black;">Price</th></tr><tr><td style="border: 1px solid black;">
${origin}</td><td style="border: 1px solid black;">${destination}</td><td style="border: 1px solid black;">${price}</td></tr></tbody></table>${dayjs(departureDate).format('YYYY MMM DD')} &#9992; ${dayjs(returnDate).format(
'YYYY MMM DD'
)}`;
'YYYY MMM DD'
)}`;
return {
title,
description,