Skip to content

Commit

Permalink
fix the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Sep 16, 2024
1 parent 6f96e0b commit 49ae759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/org/xmtp/android/library/Contacts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class ConsentList(
}

suspend fun setV3ConsentState(entries: List<ConsentListEntry>) {
entries.forEach {
entries.iterator().forEach {
client.v3Client?.setConsentState(
ConsentState.toFfiConsentState(it.consentType),
EntryType.toFfiConsentEntityType(it.entryType),
Expand Down

0 comments on commit 49ae759

Please sign in to comment.