Skip to content

Commit c2c9105

Browse files
author
Sachin Maheshwari
committed
reverting testing step.
1 parent a8ad08d commit c2c9105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function start(handlers) {
150150
logger.info(`Express server listening on port ${app.get('port')}`);
151151
});
152152

153-
//startKafkaConsumer(handlers);
153+
startKafkaConsumer(handlers);
154154
})
155155
.catch((err) => logger.error(err));
156156
}

0 commit comments

Comments
 (0)