mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Fixed some bugs caused by removing things
This commit is contained in:
@@ -279,7 +279,6 @@ function ProcessIncomingRequest(data) {
|
||||
data.AddQuestion(d.subj, q);
|
||||
}
|
||||
|
||||
var version = utils.ReadFile(versionFile);
|
||||
data.version = version;
|
||||
logger.Log("[PCES]:\t" + d.subj);
|
||||
var msg = "All / new count: " + allQuestions.length + " / " + questions.length;
|
||||
|
||||
Reference in New Issue
Block a user