Compare commits
2 commits
fed4e879aa
...
f85834bcdf
Author | SHA1 | Date | |
---|---|---|---|
f85834bcdf | |||
a5486a4973 |
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nulo/isogit-lfs",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "LFS helpers for Isomorphic Git",
|
||||
"main": "src/index.ts",
|
||||
"repository": "git@github.com:riboseinc/isogit-lfs.git",
|
||||
|
|
|
@ -116,7 +116,7 @@ export default async function uploadBlob(
|
|||
// - Figure out which LFS implementation wants which UA header?
|
||||
...(verifyAction.header ?? {}),
|
||||
},
|
||||
body: [info],
|
||||
body: [Buffer.from(JSON.stringify(info))],
|
||||
});
|
||||
|
||||
if (verificationResp.statusCode === 200) {
|
||||
|
|
Loading…
Reference in a new issue