feat(ci) add luacheck

This commit is contained in:
emrah
2023-01-24 16:58:43 +03:00
committed by GitHub
parent 60dd26c13b
commit 46f1cb7b4b
10 changed files with 38 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ function on_message(event)
local faceLandmarks = room.speakerStats[occupant.jid].faceLandmarks;
table.insert(faceLandmarks,
{
faceExpression = newFaceLandmarks.attr.faceExpression,
faceExpression = newFaceLandmarks.attr.faceExpression,
timestamp = tonumber(newFaceLandmarks.attr.timestamp),
duration = tonumber(newFaceLandmarks.attr.duration),
})