Skip to content

Commit f3dfb3f

Browse files
committed
added missing file changes
1 parent 85d57d9 commit f3dfb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/pdf-gen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getInfoDef, getSecurityDef, getApiDef, getApiListDef, getMarkDownDef }
77

88
export default async function createPdf(specUrl, options){
99

10-
let parsedSpec = await ProcessSpec(specUrl);
10+
let parsedSpec = await ProcessSpec(specUrl, options.pdfSortTags);
1111

1212
let pdfStyles={
1313
title:{fontSize:32},

0 commit comments

Comments
 (0)