working with db, docker working, small error with personal data
This commit is contained in:
@@ -20,6 +20,7 @@ export default class POST_FROM_NETWORK {
|
||||
getByNetwork(id) {
|
||||
let result = []
|
||||
for(let i = this.indices[0]; i < this.indices[1]; i++) {
|
||||
console.warn("POST_FROM_NETWORK.js 23: This call to global.db needs to be awaited")
|
||||
if(global.db.edges[i].to === `${global.db.networks.prefix}-${id}`) {
|
||||
result.push(global.db.edges[i])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user