fix: encode instead of decode

This commit is contained in:
Nevo David 2026-01-11 18:22:18 +07:00
parent fca16b5c48
commit 05b6b2ec00
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ export class LinkedinProvider extends SocialAbstract implements SocialProvider {
type === 'personal' ? `urn:li:person:${id}` : `urn:li:organization:${id}`;
const response = await this.fetch(
`https://api.linkedin.com/v2/socialActions/${decodeURIComponent(
`https://api.linkedin.com/v2/socialActions/${encodeURIComponent(
parentPostId
)}/comments`,
{