Fix some random minor typos. (#3157)
This commit is contained in:
committed by
Florent Vilmart
parent
2b0c39caaa
commit
8359284329
@@ -883,7 +883,7 @@ DatabaseController.prototype.addPointerPermissions = function(schema, className,
|
||||
|
||||
// TODO: create indexes on first creation of a _User object. Otherwise it's impossible to
|
||||
// have a Parse app without it having a _User collection.
|
||||
DatabaseController.prototype.performInitizalization = function() {
|
||||
DatabaseController.prototype.performInitialization = function() {
|
||||
const requiredUserFields = { fields: { ...SchemaController.defaultColumns._Default, ...SchemaController.defaultColumns._User } };
|
||||
|
||||
let userClassPromise = this.loadSchema()
|
||||
|
||||
Reference in New Issue
Block a user