Fix up few small things

This commit is contained in:
Dennis Schoepf 2021-08-06 14:00:18 +02:00
parent dc102a1590
commit 89d494fc3a
6 changed files with 506 additions and 62 deletions

View file

@ -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 });
}
}