Functioning integration

This commit is contained in:
Mo Bitar
2018-06-29 17:47:02 -05:00
parent 7849c00f7d
commit b4902f03c5
7 changed files with 31 additions and 20 deletions

View File

@@ -102,7 +102,7 @@ class ModelManager extends SFModelManager {
_.pull(this._extensions, item);
}
this.storageManager.deleteModel(item, callback);
this.storageManager.deleteModel(item).then(callback);
}
/*