feat: linkedin fix

This commit is contained in:
Nevo David 2025-08-01 16:32:49 +07:00
parent 58abf6eb00
commit f2b96c27e0
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ export class LinkedinProvider extends SocialAbstract implements SocialProvider {
override async mention(token: string, data: { query: string }) {
const { elements } = await (
await fetch(
await this.fetch(
`https://api.linkedin.com/v2/organizations?q=vanityName&vanityName=${encodeURIComponent(
data.query
)}&projection=(elements*(id,localizedName,logoV2(original~:playableStreams)))`,