cold-jewelry-54343
12/21/2023, 1:41 PMjs
async function storeUpdate() {
try {
const storecoord = await updateClientLocationAndFindStores();
console.log('Closest stores for the client:', storecoord);
workflow.closestStores = storecoord
} catch (error) {
console.error('Error occurred:', error);
}
}
storeUpdate();