From 108f0de8df23f91f59f5376a9ba019a57ff5f0cb Mon Sep 17 00:00:00 2001 From: Niya Ma Date: Wed, 20 Jul 2022 09:27:30 -0700 Subject: [PATCH] fix duplicate variable Signed-off-by: Niya Ma --- packages/backend-common/src/scm/git.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/backend-common/src/scm/git.ts b/packages/backend-common/src/scm/git.ts index 814f5ff422..c8e26420ec 100644 --- a/packages/backend-common/src/scm/git.ts +++ b/packages/backend-common/src/scm/git.ts @@ -225,8 +225,7 @@ export class Git { headers: { 'user-agent': 'git/@isomorphic-git', }, - remote: remote, - remoteRef: remoteRef, + remote, onAuth: this.onAuth, }); } catch (ex) {