From 7ae6382e893eabf946e5a5bb617bb063d6b750e0 Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Tue, 30 Nov 2021 21:52:26 +0100 Subject: [PATCH] docs(download): remove outdated point (#1) --- src/download.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/download.ts b/src/download.ts index e73a73c..82022da 100644 --- a/src/download.ts +++ b/src/download.ts @@ -35,7 +35,6 @@ function isValidLFSInfoResponseData(val: Record): val is LFSInfoRes /** * Downloads, caches and returns a blob corresponding to given LFS pointer. - * Currently, the authorization header is responsibility of the caller. */ export default async function downloadBlobFromPointer( { http: { request }, headers = {}, url, auth }: DownloadBlobRequest,