mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
lint fixes
This commit is contained in:
parent
a7d6af6006
commit
4d2a691a9b
@ -85,9 +85,7 @@ export default class AssetDetails extends PureComponent<
|
|||||||
private fetch = async (method: string, body: any) => {
|
private fetch = async (method: string, body: any) => {
|
||||||
try {
|
try {
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
`${serviceUri}/api/v1/ddo/${
|
`${serviceUri}/api/v1/ddo/${this.props.ddo}`,
|
||||||
this.props.ddo
|
|
||||||
}`,
|
|
||||||
{
|
{
|
||||||
method,
|
method,
|
||||||
body: JSON.stringify({ body }),
|
body: JSON.stringify({ body }),
|
||||||
|
Loading…
Reference in New Issue
Block a user