Feat: fix linkedin pdf

This commit is contained in:
Nevo David 2025-07-01 04:38:38 +07:00
parent 9b6e721f74
commit 019baa818c
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ export class LinkedinProvider extends SocialAbstract implements SocialProvider {
// Create a temporary file-like object for the PDF
const pdfMedia = {
url: 'carousel.pdf',
path: 'carousel.pdf',
buffer: pdfBuffer,
};