Exit cleanup functions, authentication polish, db polish

This commit is contained in:
MrFry 2020-04-07 14:09:34 +02:00
parent fb8e12f8d2
commit c764c4f402
10 changed files with 314 additions and 229 deletions

View file

@ -270,7 +270,6 @@ class Question {
return SUtils.CompareString(this.A, qObj.A)
}
// TODO: return q / a / data match for debuging
Compare (q2, data) {
assert(q2)
let qObj