fix date bug

This commit is contained in:
Josh Harvey 2016-04-21 18:29:18 +03:00
parent fefeedb086
commit 1a93d6ae02
4 changed files with 17 additions and 4 deletions

View file

@ -368,6 +368,7 @@ exports.stateChange = function stateChange (session, rec, cb) {
}
exports.recordPing = function recordPing (session, rec, cb) {
console.log('DEBUG4')
var event = {
id: uuid.v4(),
fingerprint: session.fingerprint,