Fix purge

This commit is contained in:
Drew Gross
2016-06-15 15:01:21 -07:00
parent f23d80ec9a
commit 8130658583
2 changed files with 3 additions and 7 deletions

View File

@@ -201,7 +201,7 @@ export class MongoStorageAdapter {
// undefined as the reason.
getClass(className) {
return this._schemaCollection()
.then(schemasCollection => schemasCollection._fechOneSchemaFrom_SCHEMA(className));
.then(schemasCollection => schemasCollection._fechOneSchemaFrom_SCHEMA(className))
}
// TODO: As yet not particularly well specified. Creates an object. Maybe shouldn't even need the schema,