Skip to content

Commit

Permalink
uncomment line preventing grouping by operation tags (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Mar 21, 2024
1 parent 748e42c commit f28711e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function groupByTags(
apiTags.push(tag.name!);
}
});
// apiTags = uniq(apiTags.concat(operationTags));
apiTags = uniq(apiTags.concat(operationTags));

const basePath = docPath
? outputDir.split(docPath!)[1].replace(/^\/+/g, "")
Expand Down

0 comments on commit f28711e

Please sign in to comment.