Skip to content

Commit

Permalink
fix: chain promise catch on lib getConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 17, 2019
1 parent d9057ca commit 281abf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/store-api/get-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ module.exports = ({ appSdk, storeId, auth }, getHiddenData) => {
// cannot GET current application
// debug error
logger.error(err)
throw err
})
}

0 comments on commit 281abf9

Please sign in to comment.