From 1749c58b8bcd2e8929b514a2ba64f00721e39b39 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Wed, 16 Oct 2024 11:18:06 -0700 Subject: [PATCH] cr --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index a7742e50..485f0861 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -2,4 +2,4 @@ export const LANGGRAPH_API_URL = process.env.LANGGRAPH_API_URL ?? "http://localhost:57227"; // v2 is tied to the 'open-canvas-prod' deployment. // export const ASSISTANT_ID_COOKIE = "oc_assistant_id_v2"; -export const ASSISTANT_ID_COOKIE = "oc_assistant_id"; \ No newline at end of file +export const ASSISTANT_ID_COOKIE = "oc_assistant_id";