@hivegpt/hiveai-angular 0.0.167 → 0.0.168
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.
- package/bundles/hivegpt-hiveai-angular.umd.js +0 -1
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/socket-service.service.js +1 -2
- package/fesm2015/hivegpt-hiveai-angular.js +0 -1
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/socket-service.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -630,7 +630,6 @@
|
|
|
630
630
|
console.log('Registering user-specific Hive socket with botId:' + botId);
|
|
631
631
|
console.log('and conversation_id:' + conversation_id);
|
|
632
632
|
this.notificationSocket.emit('joinData', {
|
|
633
|
-
userId: '66ac75cd6e30981904ab74ab',
|
|
634
633
|
groupId: "Hive_AI_Notifs_" + botId + "_" + conversation_id,
|
|
635
634
|
});
|
|
636
635
|
this.notificationSocket
|