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 1a3ddca commit 00fa3d0Copy full SHA for 00fa3d0
src/services/updateInformix.js
@@ -57,7 +57,8 @@ async function updateInformix (payload) {
57
else console.log('finalparam not an array')
58
59
const result = await informix.executeQuery(payload.payload.schema, sql, finalparam)
60
- return result.then((res)=>{logger.debug(`Preparedstmt Result status : ${res}`)}).catch((e) => {logger.debug(`Preparedstmt Result error ${e}`)})
+ //return result.then((res)=>{logger.debug(`Preparedstmt Result status : ${res}`)}).catch((e) => {logger.debug(`Preparedstmt Result error ${e}`)})
61
+ return result
62
}
63
64
module.exports = updateInformix
0 commit comments