mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
electron-97: refactored the code as per the ticket (points 3 & 4 covered)
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
let keyMirror = require('keymirror');
|
||||
|
||||
/**
|
||||
* Set of APIs exposed to the remote object
|
||||
* @type {Object}
|
||||
*/
|
||||
const cmds = keyMirror({
|
||||
isOnline: null,
|
||||
registerLogger: null,
|
||||
|
||||
Reference in New Issue
Block a user