mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Typo fix, new question log color is now blue
This commit is contained in:
@@ -343,7 +343,7 @@ exports.dailyAction = () => {
|
||||
utils.AppendToFile(JSON.stringify({
|
||||
date: new Date(),
|
||||
subjectCount: data.Subjects.length,
|
||||
questionCOunt: data.Subjects.reduce((acc, subj) => {
|
||||
questionCount: data.Subjects.reduce((acc, subj) => {
|
||||
return acc + subj.Questions.length
|
||||
}, 0)
|
||||
}), dailyDataCountFile)
|
||||
|
Reference in New Issue
Block a user