Bust cache on Culver's FOTD
This commit is contained in:
parent
ce164c6af6
commit
6e6a7b207e
|
@ -35,7 +35,7 @@ vectorLayer.customPopupCallback = async function(feature) {
|
|||
fotd_parent.append(fotd_child, fotd_image);
|
||||
|
||||
const [long, lat] = toLonLat(feature.getGeometry().getCoordinates());
|
||||
const res = await fetch(`https://corsproxy.io/?${encodeURIComponent(`https://www.culvers.com/api/restaurants/getLocations?lat=${lat}&long=${long}&limit=1`)}`)
|
||||
const res = await fetch(`https://corsproxy.io/?${encodeURIComponent(`https://www.culvers.com/api/restaurants/getLocations?lat=${lat}&long=${long}&limit=1&t=${Date.now()}`)}`)
|
||||
const res_data = await res.json();
|
||||
fotd_child.innerHTML = res_data.data.geofences[0].metadata.flavorOfDayName;
|
||||
fotd_image.src = `https://cdn.culvers.com/menu-item-detail/${res_data.data.geofences[0].metadata.flavorOfDaySlug}`;
|
||||
|
|
Loading…
Reference in a new issue