mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix endpoint changed in aqua
will retrigger test when aqua it's ready
This commit is contained in:
parent
06e5e6bf6c
commit
a3d46cb19b
@ -276,7 +276,7 @@ export class Aquarius {
|
|||||||
signature: string
|
signature: string
|
||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
did = did && DID.parse(did)
|
did = did && DID.parse(did)
|
||||||
const fullUrl = `${this.url}${apiPath}/metadata/update/${did.getDid()}`
|
const fullUrl = `${this.url}${apiPath}/metadata/${did.getDid()}`
|
||||||
const data = Object()
|
const data = Object()
|
||||||
if (newMetadata.description != null) data.description = newMetadata.description
|
if (newMetadata.description != null) data.description = newMetadata.description
|
||||||
if (newMetadata.title != null) data.title = newMetadata.title
|
if (newMetadata.title != null) data.title = newMetadata.title
|
||||||
|
Loading…
Reference in New Issue
Block a user