@hivegpt/hiveai-angular 0.0.219 → 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,9 @@
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);
779
+ console.log('msg: ', this.msg);
780
+ console.log('chat: ', this.chat);
778
781
  if (this.is401) {
779
782
  if (this.isFetchDataFor) {
780
783
  this.fetchDataFor(this.msg, this.chat);