Skip to content

Commit e19235e

Browse files
committed
Fix merge issue
1 parent 5feefbd commit e19235e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LoopCore/NSUserDefaults.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ extension UserDefaults {
2020
case lastProfileExpirationAlertDate = "com.loopkit.Loop.lastProfileExpirationAlertDate"
2121
case allowDebugFeatures = "com.loopkit.Loop.allowDebugFeatures"
2222
case allowSimulators = "com.loopkit.Loop.allowSimulators"
23+
case LastMissedMealNotification = "com.loopkit.Loop.lastMissedMealNotification"
2324
}
2425

2526
public static let appGroup = UserDefaults(suiteName: Bundle.main.appGroupSuiteName)

0 commit comments

Comments
 (0)