diff options
Diffstat (limited to 'octosentry/SecurityEventSeverity.swift')
| -rw-r--r-- | octosentry/SecurityEventSeverity.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/octosentry/SecurityEventSeverity.swift b/octosentry/SecurityEventSeverity.swift index f975639..102c14b 100644 --- a/octosentry/SecurityEventSeverity.swift +++ b/octosentry/SecurityEventSeverity.swift @@ -5,7 +5,7 @@ import SwiftUI -enum SecurityEventSeverity: Int, Codable, Comparable, CaseIterable { +nonisolated enum SecurityEventSeverity: Int, Codable, Comparable, CaseIterable, Hashable { case low case medium case high |
