@hivegpt/hiveai-angular 0.0.312 → 0.0.313

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.
@@ -1450,7 +1450,7 @@
1450
1450
  method: 'POST',
1451
1451
  headers: {
1452
1452
  'Content-Type': 'application/json',
1453
- 'x-api-key': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
1453
+ 'apiKey': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
1454
1454
  'hive-bot-id': this.botId
1455
1455
  },
1456
1456
  body: JSON.stringify({ messageId: message._id, isHelpful: flag }),