From d8aa0f56c7546e5d66cfc2cc0531f64925ebfaee Mon Sep 17 00:00:00 2001 From: "Richard C. Davis" Date: Wed, 13 Jul 2022 19:21:05 +0800 Subject: [PATCH] fix: removed unnecessary (and failing) cors proxy from isomorphic-git push calls --- services/identity/ReposService.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/identity/ReposService.ts b/services/identity/ReposService.ts index 7a47e09e5..788c5d90b 100644 --- a/services/identity/ReposService.ts +++ b/services/identity/ReposService.ts @@ -108,7 +108,6 @@ export default class ReposService { dir, remote, remoteRef: "staging", - corsProxy: "https://cors.isomorphic-git.org", onAuth: () => ({ username: "user", password: SYSTEM_GITHUB_TOKEN }), }) @@ -119,7 +118,6 @@ export default class ReposService { dir, remote, remoteRef: "master", - corsProxy: "https://cors.isomorphic-git.org", onAuth: () => ({ username: "user", password: SYSTEM_GITHUB_TOKEN }), }) } @@ -247,7 +245,6 @@ export default class ReposService { http, dir, remote, - corsProxy: "https://cors.isomorphic-git.org", onAuth: () => ({ username: "user", password: SYSTEM_GITHUB_TOKEN }), } await git.push({