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

Commit 77883d4

Browse files
committed
Remove suggestions
1 parent ee1e6b7 commit 77883d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pr-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ function makeChecker(expectedForm: any, expectedFormUrl: string, options?: { par
487487
return {
488488
startLine,
489489
endLine,
490-
body: vsMaster!.suspect + "\n```suggestion\n" + suggestionLines.join("") + "```",
490+
body: vsMaster!.suspect,
491491
};
492492
}
493493
};

0 commit comments

Comments
 (0)