mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Seperated api module to submodules
This commit is contained in:
parent
2a0926aa7e
commit
c64c189ce3
11 changed files with 2072 additions and 1895 deletions
|
@ -94,6 +94,8 @@ if (stat.isDirectory()) {
|
|||
// possible answers duplicate removing
|
||||
// ---------------------------------------------------------------------------------
|
||||
|
||||
// TODO: dont check every file, only check per directorires
|
||||
// only compare questions of same subjects
|
||||
function removePossibleAnswersDuplicates(path) {
|
||||
let count = 0
|
||||
let currIndex = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue