Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 4d1cb34

Browse files
author
James Cori
committed
Merge branch 'master' into develop
2 parents 40d4464 + 99d5a89 commit 4d1cb34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/challengeInformixService.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ const { executeQueryAsync } = require('../util/informixWrapper')
1111
async function getEffortHoursFromIfx (legacyId) {
1212
const sql = `SELECT LIMIT 1
1313
project_info_type_id,
14-
value,
14+
value
1515
FROM project_info
1616
WHERE project_id = ${legacyId} and project_info_type_id in (88, 89, 90)
1717
`
18+
logger.info(`Effort Hours SQL: ${sql}`)
1819
return execQuery(sql)
1920
}
2021

0 commit comments

Comments
 (0)