This commit is contained in:
Kallesh B S 2025-09-26 12:59:34 +05:30
parent 744020fc5f
commit f70da3ff9a

View File

@ -666,6 +666,7 @@ export class AuthService {
}); });
return { statusCode: 200, message: 'Logged-Out successfully' }; return { statusCode: 200, message: 'Logged-Out successfully' };
} catch (error) { } catch (error) {
console.log(error.message);
throw new InternalServerErrorException('Logout failed'); throw new InternalServerErrorException('Logout failed');
} }
} }