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:
parent
e3b4c5f518
commit
fe713b18b4
4 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue