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 e51fd5e commit fa96855Copy full SHA for fa96855
lib/modules/database/reference.js
@@ -26,7 +26,7 @@ export default class Reference extends ReferenceBase {
26
this.db = db;
27
this.namespace = 'firestack:db:ref';
28
this.query = new Query(this, path, existingModifiers);
29
- this.log.debug('Created new Reference', this.db._dbHandle(path, existingModifiers));
+ this.log.debug('Created new Reference', this.db._handle(path, existingModifiers));
30
}
31
32
/**
0 commit comments