mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Remove duplicated line (#2281)
This commit is contained in:
parent
4e585a95a1
commit
1c803486d6
@ -1480,10 +1480,12 @@ local.ipcRenderer.on(
|
||||
},
|
||||
);
|
||||
|
||||
local.ipcRenderer.on('openfin-disconnection', (_event: Event) => {
|
||||
local.ipcRenderer.on('openfin-disconnection', (_event: Event, disconnectionEvent) => {
|
||||
local.openfinDisconnectionCallback?.(disconnectionEvent);
|
||||
});
|
||||
local.ipcRenderer.on(
|
||||
'openfin-disconnection',
|
||||
(_event: Event, disconnectionEvent) => {
|
||||
local.openfinDisconnectionCallback?.(disconnectionEvent);
|
||||
},
|
||||
);
|
||||
|
||||
// Invoked whenever the app is reloaded/navigated
|
||||
const sanitize = (): void => {
|
||||
|
Loading…
Reference in New Issue
Block a user