feat: add updated to linkedin company post items (#19060)

This commit is contained in:
Saif Azmi 2025-05-08 20:59:32 +01:00 committed by GitHub
parent 56436caef0
commit 1c681d2835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ export const route: Route = {
description: post.text,
link: post.link,
pubDate: post.date,
updated: post.date,
})),
};
},