Skip to content

Commit 84448ba

Browse files
committed
front end update
1 parent 0ab76a4 commit 84448ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

electron/routes/data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ ipcMain.on('commsRequest', async (message: Electron.IpcMainEvent) => {
128128
*/
129129
ipcMain.on('healthRequest', async (message: Electron.IpcMainEvent, service: string) => {
130130
try {
131+
131132
let result: any;
132133

133134
// Mongo Database
@@ -256,7 +257,7 @@ function extractWord(str: string) {
256257
ipcMain.on('kafkaRequest', async (message) => {
257258
try {
258259
let result: any;
259-
260+
console.log("in kafkaRequest electron!!")
260261
// Mongo Database
261262
if (currentDatabaseType === 'MongoDB') {
262263

0 commit comments

Comments
 (0)