fix: encode instead of decode
This commit is contained in:
parent
fca16b5c48
commit
05b6b2ec00
|
|
@ -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`,
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue