Skip to content

Commit

Permalink
Fikser chatbot cookie name
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-nom committed Jul 9, 2024
1 parent 9846e6e commit 48e2b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/views/chatbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export type BoostClient = {

class Chatbot extends HTMLElement {
private readonly button: HTMLButtonElement;
private readonly cookieName = "nav-chatbot:conversation";
private boost?: BoostClient;
private readonly cookieName = "nav-chatbot%3Aconversation";

constructor() {
super();
Expand Down

0 comments on commit 48e2b85

Please sign in to comment.