Make the identation consistent for now
This commit is contained in:
parent
aeecfa5551
commit
3d9061aa69
|
@ -396,7 +396,7 @@ DataAccessObject._coerce = function (where) {
|
|||
// This fixes a regression in mongodb connector
|
||||
// For numbers, only convert it produces a valid number
|
||||
// LoopBack by default injects a number id. We should fix it based
|
||||
// on the connector's input, for example, mongoddb should use string
|
||||
// on the connector's input, for example, MongoDB should use string
|
||||
// while RDBs typically use number
|
||||
DataType = function(val) {
|
||||
var num = Number(val);
|
||||
|
|
Loading…
Reference in New Issue