typo
This commit is contained in:
		
							parent
							
								
									f2c5dc468c
								
							
						
					
					
						commit
						958d1e8d4c
					
				src/api/serializers
|  | @ -39,7 +39,7 @@ export default ( | ||||||
| 			_id: app | 			_id: app | ||||||
| 		}); | 		}); | ||||||
| 	} else if (typeof app === 'string') { | 	} else if (typeof app === 'string') { | ||||||
| 		_app = await User.findOne({ | 		_app = await App.findOne({ | ||||||
| 			_id: new mongo.ObjectID(app) | 			_id: new mongo.ObjectID(app) | ||||||
| 		}); | 		}); | ||||||
| 	} else { | 	} else { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue