Skip to content

Commit e1e4e35

Browse files
committed
linting again
1 parent 84a9317 commit e1e4e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

niceday-api/service/MessagesService.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ exports.sendTextMessage = function (req, body) {
3636
req.app.set('therapistId', response.user.id);
3737
req.app.set('token', response.token);
3838
chatSdk.connect(response.user.id, response.token)
39-
.catch((connectError) => {
40-
throw Error(`Error during chat connection: ${connectError}`);
41-
});
39+
.catch((connectError) => {
40+
throw Error(`Error during chat connection: ${connectError}`);
41+
});
4242
})
4343
.catch((loginError) => {
4444
throw Error(`Error during authentication: ${loginError}`);

0 commit comments

Comments
 (0)