Skip to content

Commit

Permalink
Fix Sendable for ModuleOwnership
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jul 14, 2024
1 parent fffb691 commit 5e22e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Spezi/Module/ModuleOwnership.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ public enum ModuleOwnership {
/// The module is managed and strongly referenced by Spezi.
case spezi
}


extension ModuleOwnership: Sendable, Hashable {}

0 comments on commit 5e22e62

Please sign in to comment.