Browse Source

Avoids unhelpful gate

main
Eric Amodio 2 years ago
parent
commit
555bd74a06
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/git/remotes/provider.ts

+ 0
- 1
src/git/remotes/provider.ts View File

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

Loading…
Cancel
Save