@hivegpt/hiveai-angular 0.0.347 → 0.0.348

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -384,7 +384,6 @@ class ChatDrawerComponent {
384
384
  }
385
385
  }
386
386
  ngOnInit() {
387
- this.isDev = false;
388
387
  this.environment = this.isDev ? dev_environment : prod_environment;
389
388
  const domain = window.location.hostname;
390
389
  // Determine the header value based on the domain