d
This commit is contained in:
@@ -2,9 +2,9 @@ public extension MicItem {
|
||||
static func shouldResetActivity(_ c: MicItemContext) -> Bool? {
|
||||
if
|
||||
c.activityDate.isRecent,
|
||||
let end = c.activityDate.value,
|
||||
let now = Date()
|
||||
let end = c.activityDate.value
|
||||
{
|
||||
let now = Date()
|
||||
return now < end
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user