import "@johnlindquist/kit";
import dayjs from "dayjs";
const baseUrl = "https://sedeaplicaciones.minetur.gob.es";
const basePath = `${baseUrl}/ServiciosRESTCarburantes/PreciosCarburantes`;
const listadosEndpoint = `${basePath}/Listados`;
const preciosEndpoint = `${basePath}/EstacionesTerrestresHist`;
const previewEESS = async (municipalities) => {
const EESSbyMunicipios = async (date = null, municipios) => {
const _data = [];
const prs = municipios.map(async (municipio) => {
try {