diff --git a/lib/v2/coolapk/utils.js b/lib/v2/coolapk/utils.js index ac3ec344265016..443ff165ce1d9c 100644 --- a/lib/v2/coolapk/utils.js +++ b/lib/v2/coolapk/utils.js @@ -56,7 +56,7 @@ const parseTuwenFromRaw = (raw) => }); const parseDynamic = async (item, ctx) => { - const pubDate = parseDate(item.lastupdate, 'X'); + const pubDate = parseDate(item.dateline, 'X'); if (item.entityType === 'sponsorCard' || item.shareUrl === undefined) { return; }