Skip to content

Commit 0533892

Browse files
committed
Fix jsdoc in fetch.ts
1 parent 43fb4ad commit 0533892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fetch.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ import * as https from 'https';
33
import * as url from 'url';
44

55
/**
6-
* Function to fetch an URL
6+
* Function to fetch a URL
77
*
88
* @param input_url
99
* @param auth_token
10+
* @param redirect_count
1011
*/
1112
export async function fetch(
1213
input_url: string,

0 commit comments

Comments
 (0)