docs(download): remove outdated point (#1)
This commit is contained in:
parent
f6883ed988
commit
7ae6382e89
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ function isValidLFSInfoResponseData(val: Record<string, any>): val is LFSInfoRes
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Downloads, caches and returns a blob corresponding to given LFS pointer.
|
* 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(
|
export default async function downloadBlobFromPointer(
|
||||||
{ http: { request }, headers = {}, url, auth }: DownloadBlobRequest,
|
{ http: { request }, headers = {}, url, auth }: DownloadBlobRequest,
|
||||||
|
|
Loading…
Reference in a new issue