mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Duplicate remover: managing possible questions
This commit is contained in:
parent
934319f984
commit
43b8d939c1
3 changed files with 174 additions and 35 deletions
|
@ -302,7 +302,7 @@ function compareQuestionObj(
|
|||
q2: Question,
|
||||
q2subjName: string,
|
||||
data: QuestionData
|
||||
) {
|
||||
): any {
|
||||
assert(data !== undefined || data !== null)
|
||||
assert(q1)
|
||||
assert(typeof q1 === 'object')
|
||||
|
@ -678,6 +678,7 @@ if (!isMainThread) {
|
|||
// ------------------------------------------------------------------------
|
||||
|
||||
export {
|
||||
compareQuestionObj,
|
||||
minMatchAmmount,
|
||||
getSubjNameWithoutYear,
|
||||
createQuestion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue