mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Started merger.js, which simplifies, merges and removes duplicates from question data
This commit is contained in:
parent
742c6a8a81
commit
f9361895f1
2 changed files with 182 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
|||
|
||||
module.exports = {
|
||||
ProcessIncomingRequest: ProcessIncomingRequest,
|
||||
CheckData: CheckData
|
||||
CheckData: CheckData,
|
||||
NLoad: NLoad
|
||||
};
|
||||
|
||||
var recievedFile = "stats/recieved";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue