chore: expand a comment
This commit is contained in:
parent
7fcc71fe40
commit
02dd122d8e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export default async function downloadBlobFromPointer(
|
||||||
url: `${url}/info/lfs/objects/batch`,
|
url: `${url}/info/lfs/objects/batch`,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
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()}`,
|
// 'User-Agent': `git/isomorphic-git@${git.version()}`,
|
||||||
...headers,
|
...headers,
|
||||||
...authHeaders,
|
...authHeaders,
|
||||||
|
|
Loading…
Reference in a new issue