Skip to content

Commit f8c0e0d

Browse files
committed
Fix type
1 parent a91bd59 commit f8c0e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project/types/book/book-bibliography.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export async function bookBibliographyPostRender(
184184
async function generateBibliographyHTML(
185185
context: ProjectContext,
186186
bibliography: string[],
187-
csl: unknown,
187+
csl: string,
188188
citeIds: string[],
189189
) {
190190
const biblioPaths = bibliography.map((biblio) => {

0 commit comments

Comments
 (0)