From 007cd6cff1a0d6a1084632da72b5b722dfa5a97f Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 18 Feb 2024 19:33:45 +0000 Subject: [PATCH] Add conversations to db.json --- mock-backend/src/mocks/db.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mock-backend/src/mocks/db.json b/mock-backend/src/mocks/db.json index 4be7d3f9..36947158 100644 --- a/mock-backend/src/mocks/db.json +++ b/mock-backend/src/mocks/db.json @@ -225,7 +225,19 @@ "version": "0.1.0" } ], - "conversations": [], + "conversations": [ + { + "id": "65cf39c936523eea21ebe117", + "name": "Request clarification" + }, + { + "id": "65cf39ba36523eea21ebe116", + "name": "Clarification request" + }, + { + "id": "65cf37e97d527c332bbac933", + "name": "Greetings, assistance inquiry." + }], "docs_check": { "status": "loaded" }