mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
More logs
This commit is contained in:
parent
438df0ec23
commit
5f99d5c4c6
@ -52,6 +52,8 @@ export default function VideosCarousel() {
|
||||
try {
|
||||
if (videos && videos.length > 0 && paidLessons.length > 0) {
|
||||
const processedVideos = videos.map(video => parseEvent(video));
|
||||
console.log("processedVideos", processedVideos);
|
||||
console.log("paidLessons", paidLessons);
|
||||
|
||||
const sortedVideos = processedVideos.sort((a, b) => b.created_at - a.created_at);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user