mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Fix arRPC
This commit is contained in:
parent
a960b3a816
commit
cc9bd3d8e7
2 changed files with 2 additions and 2 deletions
|
@ -28,4 +28,4 @@ const getProcesses = () =>
|
|||
);
|
||||
})
|
||||
);
|
||||
module.exports = getProcesses;
|
||||
module.exports = {getProcesses};
|
||||
|
|
|
@ -17,4 +17,4 @@ const getProcesses = () =>
|
|||
);
|
||||
})
|
||||
);
|
||||
module.exports = getProcesses;
|
||||
module.exports = {getProcesses};
|
||||
|
|
Loading…
Reference in a new issue