Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jan 16, 2025
1 parent fd5476a commit c2a48e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ export class ApiReferenceNavigationConverter {

if (
existing == null ||
!toRet.includes(existing) ||
toRet.indexOf(existing) === -1 ||
existing.isResponseStream === child.isResponseStream
) {
toRet.push(child);
Expand Down

0 comments on commit c2a48e7

Please sign in to comment.