mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-07 16:50:30 +03:00
c
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports.find = (key, done) => {
|
||||
const {userId, clientId} = ltoken;
|
||||
return done(null, {userId, clientId})
|
||||
} else {
|
||||
global.logger.log('error', {message: `${new Error('Token Not Found')}`});
|
||||
global.logger.log('error', new Error('Token Not Found'));
|
||||
return done();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user