[+] Get alarms to activate in AlarmActivator
This commit is contained in:
@@ -43,7 +43,9 @@ class AlarmActivator
|
|||||||
*/
|
*/
|
||||||
@objc func check()
|
@objc func check()
|
||||||
{
|
{
|
||||||
|
// Get the alarm to activate
|
||||||
|
guard let alarm = Alarms.fromLocal().listActivating.first else { return }
|
||||||
|
NSLog(JSON.stringify(alarm)!)
|
||||||
|
|
||||||
NSLog("Check")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user