mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
[database][js] Fix strict mode issue
This commit is contained in:
@@ -74,7 +74,6 @@ export default class Reference extends ReferenceBase {
|
||||
this._refListeners = {};
|
||||
this._database = database;
|
||||
this._query = new Query(this, path, existingModifiers);
|
||||
this.log = this._database.log;
|
||||
this.log.debug('Created new Reference', this._getRefKey());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user