Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Feb 7, 2024
1 parent 33c20c0 commit 7f09636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XMTPiOSExample/XMTPiOSExample/Views/GroupSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ struct GroupSettingsView: View {
}

private func syncGroupMembers() async {
// swiftlint:disable no_optional_try
try? await group.sync()
// swiftlint:enable no_optional_try
await MainActor.run {
self.groupMembers = group.memberAddresses
}
Expand Down

0 comments on commit 7f09636

Please sign in to comment.