@hivegpt/hiveai-angular 0.0.284 → 0.0.291

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.
@@ -1004,6 +1004,7 @@
1004
1004
  ChatDrawerComponent.prototype.fetchChatHistory = function () {
1005
1005
  this.loading = true;
1006
1006
  this.conversationKey = this.conversationService.getKey(this.botId, false);
1007
+ console.log("fetchChatHistory log");
1007
1008
  var url = this.environment.BASE_URL + "/conversations/" + this.conversationKey;
1008
1009
  var headers = new http.HttpHeaders({
1009
1010
  accept: 'application/json',