Skip to content

Commit

Permalink
dont commit these changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 1, 2023
1 parent 8f70006 commit 51401cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public struct Xmtp_MessageContents_PrivatePreferencesAction {
guard case .allow(let l) = lhs, case .allow(let r) = rhs else { preconditionFailure() }
return l == r
}()
case (.deny, .deny): return {
case (.block, .block): return {
guard case .block(let l) = lhs, case .block(let r) = rhs else { preconditionFailure() }
return l == r
}()
Expand Down

0 comments on commit 51401cd

Please sign in to comment.