CASH-505 - Fixed the format

This commit is contained in:
Minojhini Valaiyapathi 2025-04-15 08:26:28 -04:00
parent 6376b8d89c
commit a8f07d6237

View file

@ -72,7 +72,7 @@ export class Logger {
applicationConfig.CONSUMER_CF_DISTRO + applicationConfig.FRONTEND_LOGGER_PATH;
const headers = {
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
[headerKeys.APPLICATION_NAME]: applicationConfig.APPLICATION_NAME
[headerKeys.APPLICATION_NAME]: applicationConfig.APPLICATION_NAME,
};
axios({