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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user