[mirotalksfu] - add log

هذا الالتزام موجود في:
Miroslav Pejic
2024-10-26 20:42:15 +02:00
الأصل 2b17efc79d
التزام 113ccc89d9

عرض الملف

@@ -61,6 +61,7 @@ class Mattermost {
const { token, text, command, channel_id } = req.body;
if (token !== this.token) {
log.error('Invalid token attempt', { token });
return res.status(403).send('Invalid token');
}