mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-15 03:10:49 +02:00
code formatting
This commit is contained in:
parent
c9d4261ae8
commit
2614187435
@ -431,7 +431,7 @@ class Store {
|
||||
|
||||
Set<String> newEventIdsSet = {};
|
||||
|
||||
// add the event to the man store thats allChildEventsMap
|
||||
// add the event to the main event store thats allChildEventsMap
|
||||
newEventsSetToProcess.forEach((newEvent) {
|
||||
|
||||
if( allChildEventsMap.containsKey(newEvent.eventData.id)) {// don't process if the event is already present in the map
|
||||
|
Loading…
x
Reference in New Issue
Block a user