Fix up few small things
This commit is contained in:
parent
dc102a1590
commit
89d494fc3a
6 changed files with 506 additions and 62 deletions
|
|
@ -54,7 +54,7 @@ export class Logger {
|
|||
if (uid) {
|
||||
const logEvKey = this.database.ref(uid).child('logs').push().key;
|
||||
|
||||
this.database.ref(uid).update({ [`logs/${logEvKey}`]: ev });
|
||||
// this.database.ref(uid).update({ [`logs/${logEvKey}`]: ev });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue