change amount value to string
This commit is contained in:
parent
2778c42773
commit
4deeaed4e6
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ const claimUpdate = ({ body, files, headers, ip, originalUrl, user, tor }, res)
|
||||||
}, updateMetadata({title, description, nsfw, license}));
|
}, updateMetadata({title, description, nsfw, license}));
|
||||||
const publishParams = {
|
const publishParams = {
|
||||||
name,
|
name,
|
||||||
bid : 0.01,
|
bid : '0.01',
|
||||||
claim_address: primaryClaimAddress,
|
claim_address: primaryClaimAddress,
|
||||||
channel_name : channelName,
|
channel_name : channelName,
|
||||||
channel_id : channelId,
|
channel_id : channelId,
|
||||||
|
|
Loading…
Reference in a new issue