Remove schemaController parameter

This commit is contained in:
Drew Gross
2016-05-23 17:18:46 -07:00
parent e440046be4
commit 7dca7e20b0
3 changed files with 11 additions and 11 deletions

View File

@@ -755,7 +755,7 @@ const nestedMongoObjectToNestedParseObject = mongoObject => {
// Converts from a mongo-format object to a REST-format object.
// Does not strip out anything based on a lack of authentication.
const mongoObjectToParseObject = (schemaController, className, mongoObject, schema) => {
const mongoObjectToParseObject = (className, mongoObject, schema) => {
switch(typeof mongoObject) {
case 'string':
case 'number':