Skip to content

Commit

Permalink
Fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Nov 18, 2024
1 parent db00782 commit 5e2aac6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/publishAsset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@ export async function publishAsset(params: PublishAssetParams, signer: Signer, c
files: [{ type: params.storageType, url: params.assetLocation, method: 'GET' }],
};

// Other networks
const did = await createAssetUtil(
params.title,
'OCEAN-NFT',
signer,
assetUrl,
metadata,
params.providerUrl,
config,
aquarius
);
// Other networks
const did = await createAssetUtil(
params.title,
'OCEAN-NFT',
signer,
assetUrl,
metadata,
params.providerUrl,
config,
aquarius
);


console.log(`Asset successfully published with DID: ${did}`);
Expand Down

0 comments on commit 5e2aac6

Please sign in to comment.