Fix CodeFactor issue

This commit is contained in:
Mashintime 2023-07-01 17:12:58 -04:00
parent 202a54dcea
commit 1306bada1d

View file

@ -477,7 +477,7 @@ ipcMain.on("request-update-unread-messages-main", (event,arg) => {
});
//Called by main to notify chat we should clean the DB
ipcMain.on("request-clean-db", (event,arg) => {
ipcMain.on("request-clean-db", () => {
chat.webContents.send("action-clean-db");
});