Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqiyue committed Jun 12, 2022
1 parent c68dea7 commit 45ed1de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/core/decorationIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function remoteDecorationIds(agent): Promise<DecorationIds>{
});
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
Expand Down

0 comments on commit 45ed1de

Please sign in to comment.