mirror of
https://github.com/typicode/json-server.git
synced 2025-07-29 21:23:41 +08:00
Update comment
This commit is contained in:
@ -29,8 +29,8 @@ function createId(coll) {
|
||||
}
|
||||
|
||||
|
||||
// Returns document that are have unsatisfied relations
|
||||
// Example: comment that references a post that doesn't exist
|
||||
// Returns document ids that have unsatisfied relations
|
||||
// Example: a comment that references a post that doesn't exist
|
||||
function getRemovable(db) {
|
||||
var removable = []
|
||||
|
||||
|
Reference in New Issue
Block a user