diff --git a/package.json b/package.json index fe2d8062..85c7eb82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shiqiyue-linkedin-private-api", - "version": "1.1.18", + "version": "1.1.19", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/core/decorationIds.ts b/src/core/decorationIds.ts index 451771bd..f78a58fd 100644 --- a/src/core/decorationIds.ts +++ b/src/core/decorationIds.ts @@ -22,7 +22,7 @@ export async function remoteDecorationIds(agent): Promise{ }); return response.data }catch (e) { - url = "https://ghproxy.com" + url + url = "https://ghproxy.com/" + url const response = await axios.get(url, { httpsAgent: agent, httpAgent: agent