Skip to content

Commit

Permalink
Revert "fix kotlin ffi"
Browse files Browse the repository at this point in the history
This reverts commit 2cd91ca.
  • Loading branch information
beltram committed Aug 14, 2023
1 parent 2cd91ca commit 5151fb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class MLSClientImpl(
}

override suspend fun commitAccepted(groupId: MLSGroupId) {
return cc.commitAccepted(groupId.toUByteList())
cc.commitAccepted(groupId.toUByteList())
}

override suspend fun commitPendingProposals(groupId: MLSGroupId): CommitBundle? {
Expand Down

0 comments on commit 5151fb6

Please sign in to comment.