Update skylink property in response
This commit is contained in:
parent
d6a8b39445
commit
fa16b45e83
|
@ -35,9 +35,9 @@ function MyDropzone() {
|
||||||
.then(res => {
|
.then(res => {
|
||||||
return res.json()
|
return res.json()
|
||||||
})
|
})
|
||||||
.then(({ sialink }) => {
|
.then(({ skylink }) => {
|
||||||
console.log("WE OUT HERE BOYS", sialink)
|
console.log("WE OUT HERE BOYS", skylink)
|
||||||
setLink(`sia://${sialink}`)
|
setLink(`sia://${skylink}`)
|
||||||
setLoading(false)
|
setLoading(false)
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
|
|
Reference in New Issue