docs(download): remove outdated point (#1)

This commit is contained in:
Anton Strogonoff 2021-11-30 21:52:26 +01:00
parent f6883ed988
commit 7ae6382e89

View file

@ -35,7 +35,6 @@ function isValidLFSInfoResponseData(val: Record<string, any>): 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,