mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Exit cleanup functions, authentication polish, db polish
This commit is contained in:
parent
fb8e12f8d2
commit
c764c4f402
10 changed files with 314 additions and 229 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue