Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 0a15850

Browse files
committed
Remove suggestions
1 parent 28f9403 commit 0a15850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pr-info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ function makeChecker(expectedForm: any, expectedFormUrl: string, options?: { par
486486
return {
487487
startLine,
488488
endLine,
489-
body: vsMaster!.suspect + "\n```suggestion\n" + suggestionLines.join("") + "```",
489+
body: vsMaster!.suspect,
490490
};
491491
}
492492
};

0 commit comments

Comments
 (0)