Skip to content

Commit ef90485

Browse files
committed
fix(export-customer): back fields secrets
1 parent 8e45ca0 commit ef90485

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

functions/lib/pub-sub/events/export-to-horus.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ module.exports = async (
108108
.then(async (auth) => {
109109
const appClient = { appSdk, storeId, auth }
110110
const appData = opts?.appData || await getAppData(appClient, true)
111-
112-
if (appData.password) delete appData.password
113-
if (appData.username) delete appData.username
114-
115111
const { username, password, baseURL } = appData
116112
const horus = new Horus(username, password, baseURL)
117113
const isHorusApiOk = await checkHorusApi(horus)

0 commit comments

Comments
 (0)