@hivegpt/hiveai-angular 0.0.220 → 0.0.221

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.
@@ -775,6 +775,7 @@
775
775
  if (changes.s27Token.currentValue != changes.s27Token.previousValue) {
776
776
  console.log('s27Token changed previous:', changes.s27Token.previousValue, ' current:', changes.s27Token.currentValue);
777
777
  this.s27Token = changes.s27Token.currentValue;
778
+ console.log('isFetchDataFor: ', this.isFetchDataFor);
778
779
  console.log('msg: ', this.msg);
779
780
  console.log('chat: ', this.chat);
780
781
  if (this.is401) {