rm comment

This commit is contained in:
D065023
2019-12-13 10:42:18 +01:00
parent 0bb3144aea
commit 4bfd4430e1

View File

@@ -50,7 +50,6 @@ bupaSrv.on('sap/S4HANAOD/c532/BO/BusinessPartner/Changed', async msg => {
)
if (qlsToUpdateDifferences.length) {
await Promise.all(qlsToUpdateDifferences.map(ql => tx.run(ql)))
// await tx.run(qlsToUpdateDifferences)
}
} catch (e) {
console.error(e)