Skip to content

Commit 9e0764f

Browse files
committed
refactor(get-app-data): also get hidden data by default
prevents semantic error
1 parent 53949d4 commit 9e0764f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/lib/store-api/get-app-data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// handle Store API errors
22
const errorHandling = require('./error-handling')
33

4-
module.exports = ({ appSdk, storeId, auth }, getHiddenData) => {
4+
module.exports = ({ appSdk, storeId, auth }, getHiddenData = true) => {
55
// read configured options from app data
66
// https://developers.e-com.plus/docs/api/#/store/applications/applications
77
let apiRequest

0 commit comments

Comments
 (0)