chore: expand a comment

This commit is contained in:
Anton Strogonoff 2021-12-02 19:06:40 +01:00
parent 7fcc71fe40
commit 02dd122d8e

View file

@ -59,7 +59,7 @@ export default async function downloadBlobFromPointer(
url: `${url}/info/lfs/objects/batch`,
method: 'POST',
headers: {
// Github LFS doesnt seem to accept this UA :(
// Github LFS doesnt seem to accept this UA, but works fine without any
// 'User-Agent': `git/isomorphic-git@${git.version()}`,
...headers,
...authHeaders,