Skip to content

Commit

Permalink
fix up the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 15, 2024
1 parent a2bad89 commit fb7b2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XMTPiOS/Conversations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public actor Conversations {
}
do {
let conversationType =
try conversation().conversationType()
try conversation.conversationType()
if conversationType == .dm {
continuation.yield(
Conversation.dm(
Expand Down

0 comments on commit fb7b2d5

Please sign in to comment.