mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
added validation token endpoint
This commit is contained in:
parent
ab33a2e059
commit
da8edb7081
4 changed files with 34 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue