diff --git a/src/download.ts b/src/download.ts index 1b330d6..f8582a0 100644 --- a/src/download.ts +++ b/src/download.ts @@ -31,7 +31,7 @@ function isValidLFSInfoResponseData(val: Record): val is LFSInfoRes /** Downloads a blob corresponding to given LFS pointer. */ export default async function downloadBlobFromPointer( { http: { request }, headers = {}, url }: DownloadBlobRequset, - { info, objectPath }: Pointer + { info, objectPath }: Pointer, ): Promise { // Request LFS metadata