From efa89c8694f0f4842ce7c3ab7b8b1a70463f5c6c Mon Sep 17 00:00:00 2001 From: Akalanka Perera Date: Sun, 15 Oct 2023 13:00:29 +0530 Subject: [PATCH] Fix: console correlation Id --- src/components/landing/console/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/landing/console/data.js b/src/components/landing/console/data.js index 0d5ed5e..5c6c787 100644 --- a/src/components/landing/console/data.js +++ b/src/components/landing/console/data.js @@ -8,6 +8,6 @@ export const code = [ export const output = [ '{"correlationId": "34fedb32f80e6ac4cd329a948e5ac2cc", "level": "info", "message": "[tracer] - sum execution initiated", "timestamp": "2023-05-25T04:25:52.180Z"}', - '{"correlationId": "3d2fa3f77d4506f3192b28327cdfa88d", "level": "info", "message": "[tracer] - sum execution completed - execution_time : 0.05579999997280538ms", "timestamp": "2023-05-25T04:25:52.180Z"}', + '{"correlationId": "34fedb32f80e6ac4cd329a948e5ac2cc", "level": "info", "message": "[tracer] - sum execution completed - execution_time : 0.05579999997280538ms", "timestamp": "2023-05-25T04:25:52.180Z"}', "9" ];