Skip to content

Commit 019baa8

Browse files
committed
Feat: fix linkedin pdf
1 parent 9b6e721 commit 019baa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/integrations/social/linkedin.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export class LinkedinProvider extends SocialAbstract implements SocialProvider {
382382

383383
// Create a temporary file-like object for the PDF
384384
const pdfMedia = {
385-
url: 'carousel.pdf',
385+
path: 'carousel.pdf',
386386
buffer: pdfBuffer,
387387
};
388388

0 commit comments

Comments
 (0)