Knowledge Question Setup

This commit is contained in:
Dennis Schoepf 2021-08-07 01:12:26 +02:00
parent 1e8516e254
commit 861a3bad6a
4 changed files with 21 additions and 7 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 });
}
}