Przeglądaj źródła

:construction: Edited where tagFromNotification is appended

tags/0.0.3^2
tomit4 3 lat temu
rodzic
commit
2c04fa69d2
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1
    2
      frontend/src/services/notification.service.js

+ 1
- 2
frontend/src/services/notification.service.js Wyświetl plik

62
             }
62
             }
63
             const target_desc = `target_${parsed.description}`
63
             const target_desc = `target_${parsed.description}`
64
             tagFromNotification.tag[target_desc] = parsed.revealed_info
64
             tagFromNotification.tag[target_desc] = parsed.revealed_info
65
-            foundGrouping.tags.push(tagFromNotification)
66
-            currentProfile._profile[parsed.description] = parsed.revealed_info
65
+            foundGrouping.profile.tags.push(tagFromNotification)
67
         }
66
         }
68
     }
67
     }
69
 }
68
 }

Ładowanie…
Anuluj
Zapisz