Skip to content

Commit 555bd74

Browse files
committed
Avoids unhelpful gate
1 parent afd80ea commit 555bd74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/git/remotes/provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ export abstract class RichRemoteProvider extends RemoteProvider {
524524

525525
private _prsByCommit = new Map<string, Promise<PullRequest | null> | PullRequest | null>();
526526

527-
@gate()
528527
@debug()
529528
getPullRequestForCommit(ref: string): Promise<PullRequest | undefined> | PullRequest | undefined {
530529
let pr = this._prsByCommit.get(ref);

0 commit comments

Comments
 (0)