Skip to content

Commit 00fa3d0

Browse files
[skip ci]
[skip ci]
1 parent 1a3ddca commit 00fa3d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/updateInformix.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ async function updateInformix (payload) {
5757
else console.log('finalparam not an array')
5858

5959
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}`)})
60+
//return result.then((res)=>{logger.debug(`Preparedstmt Result status : ${res}`)}).catch((e) => {logger.debug(`Preparedstmt Result error ${e}`)})
61+
return result
6162
}
6263

6364
module.exports = updateInformix

0 commit comments

Comments
 (0)