From 0533892eb47f9230306ab68fb9aed014ba654cf4 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 30 May 2022 07:36:27 +0530 Subject: [PATCH] Fix jsdoc in fetch.ts --- src/fetch.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fetch.ts b/src/fetch.ts index cda53b99..88b18a69 100644 --- a/src/fetch.ts +++ b/src/fetch.ts @@ -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,