Change | for ·
All checks were successful
ptero-push / build (push) Successful in 4s

This commit is contained in:
Christopher Cookman 2024-06-20 17:56:38 -06:00
parent d8b6d04edf
commit 2ff7a2522a
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -121,7 +121,7 @@ const generateDiscordEmbeds = (forecastData, numOfDays) => {
], ],
footer: { footer: {
text: `Data provided by the National Weather Service | Elevation ${forecastData.properties.elevation.value}m` text: `Data provided by the National Weather Service · Elevation ${forecastData.properties.elevation.value}m`
} }
}; };
embeds.push(embed); embeds.push(embed);