From 02dd122d8edd7417a44ebd5a72afcd54b45ae329 Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Thu, 2 Dec 2021 19:06:40 +0100 Subject: [PATCH] chore: expand a comment --- src/download.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.ts b/src/download.ts index 54af881..3f447fa 100644 --- a/src/download.ts +++ b/src/download.ts @@ -59,7 +59,7 @@ export default async function downloadBlobFromPointer( url: `${url}/info/lfs/objects/batch`, method: 'POST', headers: { - // Github LFS doesn’t seem to accept this UA :( + // Github LFS doesn’t seem to accept this UA, but works fine without any // 'User-Agent': `git/isomorphic-git@${git.version()}`, ...headers, ...authHeaders,