Skip to content

Commit

Permalink
fix: revert cookie name
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Oct 16, 2024
1 parent 2ba12ca commit eb4c8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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";
export const ASSISTANT_ID_COOKIE = "oc_assistant_id_v2";
// export const ASSISTANT_ID_COOKIE = "oc_assistant_id";

0 comments on commit eb4c8e4

Please sign in to comment.