added validation token endpoint

This commit is contained in:
mrfry 2023-03-09 17:11:52 +01:00
parent ab33a2e059
commit da8edb7081
4 changed files with 34 additions and 4 deletions

View file

@ -372,7 +372,7 @@ function difference({ dbA, dbB }) {
hr()
log(
`Result length: ${getResultDbLength()}, original length: ${dbLength}, removed ${removedTotal} questions`
`Result length: ${getResultDbLength().toLocaleString()}, original length: ${dbLength.toLocaleString()}, removed ${removedTotal.toLocaleString()} questions`
)
return resultDb
}