Skip to content

Commit 5e2aac6

Browse files
committed
Fix indent.
1 parent db00782 commit 5e2aac6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/publishAsset.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ export async function publishAsset(params: PublishAssetParams, signer: Signer, c
8080
files: [{ type: params.storageType, url: params.assetLocation, method: 'GET' }],
8181
};
8282

83-
// Other networks
84-
const did = await createAssetUtil(
85-
params.title,
86-
'OCEAN-NFT',
87-
signer,
88-
assetUrl,
89-
metadata,
90-
params.providerUrl,
91-
config,
92-
aquarius
93-
);
83+
// Other networks
84+
const did = await createAssetUtil(
85+
params.title,
86+
'OCEAN-NFT',
87+
signer,
88+
assetUrl,
89+
metadata,
90+
params.providerUrl,
91+
config,
92+
aquarius
93+
);
9494

9595

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

0 commit comments

Comments
 (0)