We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e45ca0 commit ef90485Copy full SHA for ef90485
functions/lib/pub-sub/events/export-to-horus.js
@@ -108,10 +108,6 @@ module.exports = async (
108
.then(async (auth) => {
109
const appClient = { appSdk, storeId, auth }
110
const appData = opts?.appData || await getAppData(appClient, true)
111
-
112
- if (appData.password) delete appData.password
113
- if (appData.username) delete appData.username
114
115
const { username, password, baseURL } = appData
116
const horus = new Horus(username, password, baseURL)
117
const isHorusApiOk = await checkHorusApi(horus)
0 commit comments