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,