mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00:00
BUG FIX: daily counter with update updated_at column
This commit is contained in:
@@ -96,6 +96,7 @@ object CounterService {
|
||||
Pair(counter.value, false)
|
||||
else {
|
||||
counter.value += increment
|
||||
counter.updatedAt = today
|
||||
Pair(counter.value, true)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user