diff --git a/frontend/src/lib/Flow/flow.ts b/frontend/src/lib/Flow/flow.ts index 79ce734..a1011f1 100644 --- a/frontend/src/lib/Flow/flow.ts +++ b/frontend/src/lib/Flow/flow.ts @@ -217,4 +217,15 @@ export const send_flow = (step: number) => { }) return messages }) + + if (create_chats.includes(step)) { + create_chat() + } } + +const create_chats: number[] = [ + 11, 12, 13, 14, 15, 16 +] + +const create_chat = () => { +} \ No newline at end of file