Skip to content

Commit

Permalink
fix suggestion identifier in logging for CRCR
Browse files Browse the repository at this point in the history
Summary: So it turns out CRCR logs CodePatch ID instead of PhabCodePatchSuggestion ID to the as the suggestion identifier. Fix the identifier we're using here to match.

Differential Revision: D66856918

fbshipit-source-id: fd514fac78431c3cdade66572bc48f53f222cd9a
  • Loading branch information
Larry Lai authored and facebook-github-bot committed Dec 6, 2024
1 parent ac328b0 commit 4896d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/isl/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export type SuggestedChange = {
id?: string;
type?: SuggestedChangeType;
codePatchSuggestionID?: string;
codePatchID?: string;
status?: CodePatchSuggestionStatus;
archivedState?: ArchivedStateType;
archivedReason?: ArchivedReasonType;
Expand Down

0 comments on commit 4896d75

Please sign in to comment.