Skip to content

Commit

Permalink
0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-exz committed Jan 6, 2025
1 parent b647f7d commit cabc757
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 0.19.5
### Bugfixes
- Fixed hider reason disable feature

## 0.19.4
### Bugfixes
- Fixing hide reason feature
Expand Down
2 changes: 1 addition & 1 deletion bot/whoisondutytodayslackbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class WhoIsOnDutyTodaySlackBot < SlackRubyBot::Bot
end

command 'answer disable hide reason' do |client, data|
WhoIsOnDutyTodaySlackBotModule::Commands::AnswerEnableHideReason.call(client: client, data: data)
WhoIsOnDutyTodaySlackBotModule::Commands::AnswerDisableHideReason.call(client: client, data: data)
end

command 'action create' do |client, data, match|
Expand Down

0 comments on commit cabc757

Please sign in to comment.