"chore: increase seed event items count from 2 to 5"

This commit is contained in:
louiscklaw
2025-06-15 17:07:56 +08:00
parent ecdbc45c4a
commit cd0ae5ba62

View File

@@ -125,7 +125,7 @@ const generateRatings = () =>
const generateImages = () => Array.from({ length: 8 }, (_, index) => _mock.image.event(index));
const _events = () =>
Array.from({ length: 2 }, (_, index) => {
Array.from({ length: 5 }, (_, index) => {
const reviews = generateReviews();
const images = generateImages();
const ratings = generateRatings();