This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/GitHub.Exports/Models Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ public class MeasuresModel
6262 public int NumberOfPRDetailsViewFile { get ; set ; }
6363 public int NumberOfPRDetailsCompareWithSolution { get ; set ; }
6464 public int NumberOfPRDetailsOpenFileInSolution { get ; set ; }
65- public int NumberOfPRDetailsNavigateToEditor { get ; set ; }
6665 public int NumberOfPRReviewDiffViewInlineCommentOpen { get ; set ; }
6766 public int NumberOfPRReviewDiffViewInlineCommentPost { get ; set ; }
6867 public int NumberOfPRReviewDiffViewInlineCommentStartReview { get ; set ; }
@@ -76,6 +75,7 @@ public class MeasuresModel
7675 public int NumberOfUpstreamsAddedWhenForkingRepo { get ; set ; }
7776 public int NumberOfTrackMasterUpstreamWhenForkingRepo { get ; set ; }
7877 public int ExecuteGoToSolutionOrPullRequestFileCommand { get ; set ; }
78+ public int NumberOfPRDetailsNavigateToEditor { get ; set ; } // Should rename to NumberOfNavigateToEditor
7979 public int NumberOfNavigateToPullRequestFileDiff { get ; set ; }
8080 public int NumberOfNavigateToCodeView { get ; set ; }
8181 public int ExecuteToggleInlineCommentMarginCommand { get ; set ; }
You can’t perform that action at this time.
0 commit comments