Skip to content

Commit

Permalink
Fix jsdoc in fetch.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed May 30, 2022
1 parent 43fb4ad commit 0533892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ import * as https from 'https';
import * as url from 'url';

/**
* Function to fetch an URL
* Function to fetch a URL
*
* @param input_url
* @param auth_token
* @param redirect_count
*/
export async function fetch(
input_url: string,
Expand Down

0 comments on commit 0533892

Please sign in to comment.