showing more info for stripe members, showing data in proper table
This commit is contained in:
@@ -79,7 +79,6 @@ export default class Database {
|
||||
}
|
||||
|
||||
updateNode(prefix, id, toEdit) {
|
||||
console.log("update node, ", toEdit)
|
||||
try {
|
||||
let model = nodeModels[prefix]
|
||||
if(model) {
|
||||
@@ -130,9 +129,7 @@ export default class Database {
|
||||
try {
|
||||
let model = edgeModels[prefix]
|
||||
if(model) {
|
||||
console.log(model.indices[0] + (id - 1))
|
||||
this.edges[model.indices[0] + (id - 1)] = 0
|
||||
console.log(this.edges[model.indices[0] + (id - 1)])
|
||||
} else {
|
||||
throw new Error("Type does not exist for edge: " + prefix)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user