fix duplicate variable

Signed-off-by: Niya Ma <niyama12321@gmail.com>
This commit is contained in:
Niya Ma
2022-07-20 09:27:30 -07:00
parent 8e6a551507
commit 108f0de8df
+1 -2
View File
@@ -225,8 +225,7 @@ export class Git {
headers: {
'user-agent': 'git/@isomorphic-git',
},
remote: remote,
remoteRef: remoteRef,
remote,
onAuth: this.onAuth,
});
} catch (ex) {