This commit is contained in:
Jan Prochazka
2020-09-24 12:49:18 +02:00
parent e9cbd72100
commit 6b04593343
3 changed files with 20 additions and 15 deletions

View File

@@ -50,8 +50,8 @@ module.exports = {
},
handle_recordset(sesid, props) {
const { jslid } = props;
socket.emit(`session-recordset-${sesid}`, { jslid });
const { jslid, resultIndex } = props;
socket.emit(`session-recordset-${sesid}`, { jslid, resultIndex });
},
handle_stats(sesid, stats) {