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,
|
||||
title,
|
||||
host,
|
||||
channelClaimBidAmount: channelBid,
|
||||
},
|
||||
publishing: {
|
||||
uploadDirectory,
|
||||
channelClaimBidAmount: channelBid,
|
||||
},
|
||||
} = siteConfig;
|
||||
|
||||
|
|
Loading…
Reference in a new issue