fixes missing amount at configure

This commit is contained in:
Jessop Breth 2018-11-08 14:58:41 -05:00
parent d15e2ce9d1
commit aec72143de

View file

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