fix date bug
This commit is contained in:
parent
fefeedb086
commit
1a93d6ae02
4 changed files with 17 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue