Skip to content

Commit

Permalink
[mirotalksfu] - add log
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 26, 2024
1 parent 2b17efc commit 113ccc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/Mattermost.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 113ccc8

Please sign in to comment.