Skip to content

Commit 16a6438

Browse files
Update consumer.js
1 parent 38f5263 commit 16a6438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consumer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function retrypushtokakfa(message, topic, m, partition) {
118118
const errmsg1 = `error-sync: postgres-ifx-processor: consumer : Error-republishing: "${err.message}"`
119119
logger.error(errmsg1)
120120
logger.debug(`error-sync: consumer re-publishing "${err.message}"`)
121-
await callposttoslack(errmsg1)
121+
await callposttoslack(errmsg1)
122122
} finally {
123123
await consumer.commitOffset({ topic, partition, offset: m.offset }) // Commit success as will re-publish
124124
}

0 commit comments

Comments
 (0)