Knowledge Question Setup
This commit is contained in:
parent
1e8516e254
commit
861a3bad6a
4 changed files with 21 additions and 7 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