Skip to content

Commit f683ef2

Browse files
committed
Don't override exists function
1 parent 9ec08b8 commit f683ef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/modules/database/snapshot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default class Snapshot {
2222
this.ref = ref;
2323
this.key = snapshot.key;
2424
this.value = snapshot.value;
25-
this.exists = snapshot.exists || true;
2625
this.priority = snapshot.priority === undefined ? null : snapshot.priority;
2726
this.childKeys = snapshot.childKeys || [];
2827
}

0 commit comments

Comments
 (0)