mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
SDA-3548 Hide data field for notifications (#1322)
This commit is contained in:
parent
4f59a4694d
commit
911de2fa30
@ -447,10 +447,12 @@ const logApiCallParams = (arg: any) => {
|
||||
case apiCmds.showNotification:
|
||||
const title = 'hidden';
|
||||
const body = 'hidden';
|
||||
const data = 'hidden';
|
||||
const notificationDetails: INotificationData = {
|
||||
...arg.notificationOpts,
|
||||
title,
|
||||
body,
|
||||
data,
|
||||
};
|
||||
logger.info(
|
||||
`main-api-handler: - ${apiCmd} - Properties: ${JSON.stringify(
|
||||
|
Loading…
Reference in New Issue
Block a user