邮件:fix session未push

This commit is contained in:
luying
2021-02-25 10:14:35 +08:00
parent 2431e50e08
commit 3e4c7f5d49
2 changed files with 2 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ export class EntryHandler {
session.push('eventStatus', () => {});
session.push('serverId', () => {});
session.push('funcs', () => {});
session.push('updatedMailAt', () => {});
// session.push('rid', function (err) {
// if (err) {
// console.error('set rid for session service failed! error is : %j', err.stack);