Skip to content

Commit fa96855

Browse files
authored
Update reference.js
fix another derp
1 parent e51fd5e commit fa96855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/database/reference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class Reference extends ReferenceBase {
2626
this.db = db;
2727
this.namespace = 'firestack:db:ref';
2828
this.query = new Query(this, path, existingModifiers);
29-
this.log.debug('Created new Reference', this.db._dbHandle(path, existingModifiers));
29+
this.log.debug('Created new Reference', this.db._handle(path, existingModifiers));
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)