Overhaul of character action components, actions now consume resources
This commit is contained in:
@@ -160,7 +160,6 @@ export default {
|
||||
});
|
||||
},
|
||||
push({path, value, ack}){
|
||||
console.log({path, value, ack});
|
||||
pushToProperty.call({_id: this._id, path, value}, (error) =>{
|
||||
if (error) console.warn(error);
|
||||
ack && ack(error && error.reason || error);
|
||||
|
||||
Reference in New Issue
Block a user