diff options
Diffstat (limited to 'Hutch/App')
| -rw-r--r-- | Hutch/App/AppStorageKeys.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift index dcf38ba..c1b39c4 100644 --- a/Hutch/App/AppStorageKeys.swift +++ b/Hutch/App/AppStorageKeys.swift @@ -6,4 +6,6 @@ enum AppStorageKeys { static let wrapRepositoryFileLines = "wrapRepositoryFileLines" static let lookupHistory = "lookupHistory" static let hutchStatsBaseURL = "hutchStatsBaseURL" + static let systemStatusSnapshotCache = "systemStatusSnapshotCache" + static let systemStatusIncidentCache = "systemStatusIncidentCache" } |
