refactor: refactor collection to not use mapper (#80)

This commit is contained in:
Akash K
2023-04-11 15:09:32 +05:30
committed by GitHub
parent 5d1337f15d
commit c353d60ddc
7 changed files with 593 additions and 2604 deletions

View File

@@ -192,12 +192,6 @@ function setupUserEnvironmentDeletedSubscription() {
runDispatchWithOutSyncing(() => {
deleteEnvironment(localIndex)
})
} else {
console.log("could not find the localIndex")
// TODO:
// handle order of events
// eg: update coming before create
// skipping for this release
}
}
})