Commit c1f115f
Fix wrong file list when creating PR by initializing _compareBranch correctly
The constructor was incorrectly initializing _compareBranch to baseBranch
instead of the actual compareBranch parameter. This caused the file diff
comparison to potentially use wrong branches before setCompareBranch completed
its async initialization, resulting in displaying the wrong list of files
when creating a PR.
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>1 parent c791455 commit c1f115f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments