Minor bugfix

pull/5/head
MillenniumEarl 2020-10-02 17:47:11 +02:00
parent 2cf963d765
commit 01d4e137b1
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ module.exports.getUserData = async function () {
module.exports.logout = function() {
if (!shared.isLogged) {
console.warn('user not authenticated, unable to continue');
return info.version;
return;
}
shared.isLogged = false;
}