SDA-3548 Hide data field for notifications (#1322)

This commit is contained in:
Salah Benmoussati 2022-01-13 09:59:45 +01:00 committed by GitHub
parent 4f59a4694d
commit 911de2fa30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(