Skip to content

Commit f35fe53

Browse files
committed
Merge pull request howdyai#1281 from izotos/issue-590-hotfix
Hotfix for issue howdyai#590
2 parents 8fe85d4 + e3da1f8 commit f35fe53

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

lib/SlackBot.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,12 @@ function Slackbot(configuration) {
226226
return res.status(500).send();
227227
}
228228

229-
}
230-
231-
bot.identity = {
232-
id: team.bot.user_id,
233-
name: team.bot.name
234-
};
229+
bot.identity = {
230+
id: team.bot.user_id,
231+
name: team.bot.name
232+
};
235233

234+
}
236235

237236
}
238237

0 commit comments

Comments
 (0)