mirror of
https://github.com/typicode/json-server.git
synced 2025-07-29 05:03:04 +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) {
|
} else if (value.toString().toLowerCase().indexOf(q) !== -1) {
|
||||||
return true;
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user