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.
2 parents 2add02b + 33d916a commit 5db5e3aCopy full SHA for 5db5e3a
lib/modules/database/snapshot.js
@@ -51,7 +51,7 @@ export default class Snapshot {
51
}
52
53
forEach(fn: (key: any) => any) {
54
- return this.childKeys.forEach((key, i) => fn(this.value[key], i));
+ return this.childKeys.forEach((key, i) => fn(this.child(key), i));
55
56
57
getPriority() {
0 commit comments