Skip to content

Commit

Permalink
fix(AI-130): removed a double chat initialization (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianmusial committed Feb 7, 2024
1 parent f44d92b commit 29f67af
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ new AssistantIframe({
\`\`\``;

constructor(private readonly chatService: ChatService) {
this.chatService.loadScript();

if (environment.env === 'prod') {
this.chatService.loadScript();
} else {
Expand Down

0 comments on commit 29f67af

Please sign in to comment.