Skip to content

Commit 138dd63

Browse files
committed
Remove unused attribute
1 parent 4407ce8 commit 138dd63

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Loop/Managers/Alerts/AlertManager.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ public final class AlertManager {
227227
alertAt: nextTriggerDate,
228228
title: notificationContent.title,
229229
body: notificationContent.body,
230-
timeInterval: warningInterval,
231230
isCritical: isCritical)
232231
scheduledNotifications.append(scheduledNotification)
233232
}

Loop/Models/StoredLoopNotRunningNotification.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ struct StoredLoopNotRunningNotification: Codable {
1212
var alertAt: Date
1313
var title: String
1414
var body: String
15-
var timeInterval: TimeInterval
1615
var isCritical: Bool
1716
}
1817

0 commit comments

Comments
 (0)