Fix Wettkampf resume, timer persistence, and navigator flex wrap
This commit is contained in:
@@ -299,6 +299,7 @@ app.get('/api/wettkampf-progress/:name/:setId', async (req, res) => {
|
||||
rowId: a.id,
|
||||
Frage_ID: a['Frage_ID'],
|
||||
Antwort: a['Antwort'] || '',
|
||||
Zeitstempel: a['Zeitstempel'] || '',
|
||||
})),
|
||||
totalAnswered: best.answers.length,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user