Merge pull request #692 from jessopb/configFix

fixes missing amount at configure
This commit is contained in:
Jeremy Kauffman 2018-11-08 15:08:42 -05:00 committed by GitHub
commit 538cffc08c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,10 +39,10 @@ const {
port,
title,
host,
channelClaimBidAmount: channelBid,
},
publishing: {
uploadDirectory,
channelClaimBidAmount: channelBid,
},
} = siteConfig;