Skip to content

Commit ed2f43e

Browse files
committed
Remove params.src from templateBuilder JSDoc - not in function signature
1 parent 58d5ed2 commit ed2f43e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/build-pages/page-builders/template-builder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ import { writeFile, mkdir } from 'fs/promises'
5050
* globalVars passed here already includes global.data.js output merged in.
5151
* @template {Record<string, any>} T - The type of global variables for the template builder
5252
* @param {object} params
53-
* @param {string} params.src - The src path of the site build.
5453
* @param {string} params.dest - The dest path of the site build.
5554
* @param {T} params.globalVars - globalVars merged with global.data.js output.
5655
* @param {TemplateInfo} params.template - The TemplateInfo of the template.

0 commit comments

Comments
 (0)