Commit b005d9d
fix: call queryWorkItemsInBaselineAsync instead of queryWorkItemsInRevisionAsync
The SearchWorkitemInBaselineAsync method was incorrectly calling
queryWorkItemsInRevisionAsync, which caused some work items to be
missing from historic baseline document results. Switched to the
correct queryWorkItemsInBaselineAsync call to align with the
function's intent.
Fixes #3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7604c18 commit b005d9d
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments