[+] Get alarms to activate in AlarmActivator

This commit is contained in:
Hykilpikonna
2021-01-17 15:04:17 -05:00
parent ce758633b0
commit f88c48b9ad
+3 -1
View File
@@ -43,7 +43,9 @@ class AlarmActivator
*/
@objc func check()
{
// Get the alarm to activate
guard let alarm = Alarms.fromLocal().listActivating.first else { return }
NSLog(JSON.stringify(alarm)!)
NSLog("Check")
}
}