mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Update src/aquarius/Aquarius.ts
Co-Authored-By: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
parent
ee3529b4fe
commit
d0d7ee71cc
@ -230,7 +230,7 @@ export class Aquarius {
|
||||
signature: string
|
||||
): Promise<string> {
|
||||
did = did && DID.parse(did)
|
||||
const fullUrl = `${this.url}${apiPath}/owner/update//${did.getDid()}`
|
||||
const fullUrl = `${this.url}${apiPath}/owner/update/${did.getDid()}`
|
||||
const result = await this.fetch
|
||||
.put(
|
||||
fullUrl,
|
||||
|
Loading…
Reference in New Issue
Block a user