We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c34ac commit 395cb73Copy full SHA for 395cb73
bin/index.js
100644
100755
src/utils.js
@@ -29,8 +29,8 @@ function createId(coll) {
29
}
30
31
32
-// Returns document that are have unsatisfied relations
33
-// 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
34
function getRemovable(db) {
35
var removable = []
36
0 commit comments