Ver a proveniência

Avoids unhelpful gate

main
Eric Amodio há 2 anos
ascendente
cometimento
555bd74a06
1 ficheiros alterados com 0 adições e 1 eliminações
  1. +0
    -1
      src/git/remotes/provider.ts

+ 0
- 1
src/git/remotes/provider.ts Ver ficheiro

@ -524,7 +524,6 @@ export abstract class RichRemoteProvider extends RemoteProvider {
private _prsByCommit = new Map<string, Promise<PullRequest | null> | PullRequest | null>();
@gate()
@debug()
getPullRequestForCommit(ref: string): Promise<PullRequest | undefined> | PullRequest | undefined {
let pr = this._prsByCommit.get(ref);

Carregando…
Cancelar
Guardar