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

Commit 6f816a8

Browse files
committed
Remove suggestions
1 parent cc2425d commit 6f816a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pr-info.ts

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

0 commit comments

Comments
 (0)