From 1c681d2835393d309fff8bfae8d45ca3c16c331d Mon Sep 17 00:00:00 2001 From: Saif Azmi Date: Thu, 8 May 2025 20:59:32 +0100 Subject: [PATCH] feat: add updated to linkedin company post items (#19060) --- lib/routes/linkedin/posts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/linkedin/posts.ts b/lib/routes/linkedin/posts.ts index c5034fe21..22de1e502 100644 --- a/lib/routes/linkedin/posts.ts +++ b/lib/routes/linkedin/posts.ts @@ -58,6 +58,7 @@ export const route: Route = { description: post.text, link: post.link, pubDate: post.date, + updated: post.date, })), }; },