Merge pull request #692 from jessopb/configFix
fixes missing amount at configure
This commit is contained in:
commit
538cffc08c
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