mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 12:43:18 +08:00
fixed spacing
This commit is contained in:
@ -81,7 +81,7 @@ function deepQuery(value, q) {
|
||||
}
|
||||
}
|
||||
} else if (value.toString().toLowerCase().indexOf(q) !== -1) {
|
||||
return true;
|
||||
return true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user