Skip to content

Commit 6eeec42

Browse files
committed
Remove unused parameter from inline doc
1 parent 6d4de9f commit 6eeec42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/checkDeadLinks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ async function appendDeadLinkToFile(deadLink) {
6969
* Process a single file to extract and check links.
7070
* @param {string} filePath - The path to the file.
7171
* @param {string[]} excludePatterns - Patterns to exclude from link checking.
72-
* @param {object[]} deadLinks - Array to collect dead link information.
7372
* @param {object} counters - Counters to keep track of total and dead links.
7473
*/
7574
async function processFile(filePath, excludePatterns, counters) {

0 commit comments

Comments
 (0)