Remove unneeded code.

This commit is contained in:
Bryan Mauger 2025-05-20 15:57:43 -04:00
parent 7dc04377fe
commit be18096b2b

View file

@ -103,7 +103,7 @@ export default {
name: "customer-details",
async beforeRouteEnter(to, from, next) {
// Call APIs
const cmsContentPromise = fetchCmsContentForPage(to.namezzz);
const cmsContentPromise = fetchCmsContentForPage(to.name);
// Settle promises and get results
const promiseResultMap = [