Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
[v0.3.79] Removed alert state
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Ham <[email protected]>
  • Loading branch information
kennetham committed Aug 13, 2015
1 parent db198de commit 4410fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/engine/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def get_alert_state(telegram_id)

def save_alert_transactions(telegram_id, message_id, task, *args)
@@redis.select(0)
save_alert_state(telegram_id, message_id)
# save_alert_state(telegram_id, message_id)
@@redis.hmset("users:alerts:#{telegram_id}", message_id, task, *args)
@@redis.hset("alerts", telegram_id, message_id)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/nusbotgram/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NUSBotgram
VERSION = "0.3.78"
VERSION = "0.3.79"
end

0 comments on commit 4410fe4

Please sign in to comment.