fixes missing amount at configure #692
1 changed files with 1 additions and 1 deletions
|
@ -39,10 +39,10 @@ const {
|
||||||
port,
|
port,
|
||||||
title,
|
title,
|
||||||
host,
|
host,
|
||||||
channelClaimBidAmount: channelBid,
|
|
||||||
},
|
},
|
||||||
publishing: {
|
publishing: {
|
||||||
uploadDirectory,
|
uploadDirectory,
|
||||||
|
channelClaimBidAmount: channelBid,
|
||||||
},
|
},
|
||||||
} = siteConfig;
|
} = siteConfig;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue