@hivegpt/hiveai-angular 0.0.370 → 0.0.371

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.
@@ -727,7 +727,7 @@
727
727
  TranslationService.prototype.getTranslation = function (key) {
728
728
  console.log('eventId', this.eventId);
729
729
  var lang = String(this.getLang(this.eventId));
730
- var localStorageLanguage = localStorage.get('defaultLanguage-' + this.eventId);
730
+ var localStorageLanguage = localStorage.getItem('defaultLanguage-' + this.eventId);
731
731
  console.log(localStorageLanguage);
732
732
  // let lang = 'pt-br';
733
733
  if (lang == "pt-br") {