From 56ae5c50983a0fe88e12d7c32075f0125bee36cf Mon Sep 17 00:00:00 2001 From: Saumil Shah Date: Tue, 15 Oct 2024 10:08:05 +0530 Subject: [PATCH] Update production.json --- data/production.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/production.json b/data/production.json index d11bcf0..9a6f1a3 100644 --- a/data/production.json +++ b/data/production.json @@ -1,26 +1,26 @@ [ { "id": "ribbon1", - "text": "We have now fully recovered and all of our systems are back to normal. Bot and agent chats should be working properly.", - "type": "info", + "text": "We're experiencing intermittent issues with WhatsApp bots not responding. We're collaborating with Meta to investigate and resolve the problem.", + "type": "error", "theme": { - "bg": "#3C74F3", + "bg": "#ff0000", "color": "#ffffff" }, "cas": ["haptik"], "platform": "IA", "expiresOn": { "year": 2024, - "month": 8, - "date": 1, - "hour": 14, - "minute": 15 + "month": 10, + "date": 16, + "hour": 00, + "minute": 00 }, "startAt": { "year": 2024, - "month": 8, + "month": 1, "date": 1, - "hour": 15 + "hour": 1 } } ]