Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit has test failures Details

This commit is contained in:
Joan Sanchez 2020-05-03 14:56:04 +02:00
commit 71b0f38b53
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@ ext install dbaeumer.vscode-eslint
You will need to install globally the following items.
```
# npm install -g jest gulp-cli nodemon
# sudo npm install -g jest gulp-cli nodemon
```
## Linux Only Prerequisites

View File

@ -47,8 +47,7 @@ module.exports = Self => {
'alias': sender.nickname,
'text': message
}).catch(async error => {
if (error.statusCode === 401 && !this.resendAttempted) {
this.resendAttempted = true;
if (error.statusCode === 401) {
this.auth = null;
return sendMessage(sender, channel, message);