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