Selaa lähdekoodia

Avoids unhelpful gate

main
Eric Amodio 2 vuotta sitten
vanhempi
commit
555bd74a06
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      src/git/remotes/provider.ts

+ 0
- 1
src/git/remotes/provider.ts Näytä tiedosto

@ -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);

Ladataan…
Peruuta
Tallenna