@@ -11,7 +11,7 @@ export async function RelatedProductsSection({
async function getRelatedProduct(urlKey: string) {
try {
const {data:dataById} = await cachedProductRequest<SingleProductResponse>(
- urlKey,
+ // urlKey,
GET_RELATED_PRODUCTS,
{
urlKey: urlKey,