Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phyninja committed Jan 17, 2022
1 parent 5521cb1 commit 249b52d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/logic/deploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ async function deploy({
dataDir,
resourceSelection
})
log.info(`Result of bucket deployment: #${responses}`)
log.debug(`Result of bucket deployment: #${responses}`)
if (responses.length > 0) {
bucketUrls = responses.map((r) => r.url)
bucketHttpUrls = responses.map((r) => r.httpUrl)
Expand Down
3 changes: 2 additions & 1 deletion backend/routes/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function pickConfig(body) {
'notificationEmail',
'notificationEmailDisplayName',
'uiCdn',
'awsRoleARN',
'awsAccessKeyId',
'awsSecretAccessKey',
'listingId',
'defaultResourceSelection'
])
Expand Down
4 changes: 2 additions & 2 deletions shop/src/pages/super-admin/networks/_Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const _defaultShopConfigJSON = {
mailgunSmtpLogin: '',
mailgunSmtpPassword: '',
awsRegion: '',
awsAccessKey: '',
awsAccessSecret: '',
awsAccessKeyId: '',
awsSecretAccessKey: '',
upholdApi: '',
upholdClient: '',
upholdSecret: '',
Expand Down

0 comments on commit 249b52d

Please sign in to comment.