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

Commit 4410fe4

Browse files
committed
[v0.3.79] Removed alert state
Signed-off-by: Kenneth Ham <[email protected]>
1 parent db198de commit 4410fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/engine/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def get_alert_state(telegram_id)
386386

387387
def save_alert_transactions(telegram_id, message_id, task, *args)
388388
@@redis.select(0)
389-
save_alert_state(telegram_id, message_id)
389+
# save_alert_state(telegram_id, message_id)
390390
@@redis.hmset("users:alerts:#{telegram_id}", message_id, task, *args)
391391
@@redis.hset("alerts", telegram_id, message_id)
392392
end

lib/nusbotgram/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module NUSBotgram
2-
VERSION = "0.3.78"
2+
VERSION = "0.3.79"
33
end

0 commit comments

Comments
 (0)