Skip to content

Commit

Permalink
Update XMTPModule.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Jun 2, 2023
1 parent 0b83122 commit ec32120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/XMTPModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class XMTPModule: Module {
var subscriptions: [String: Task<Void, Never>] = [:]

enum Error: Swift.Error {
case noClient, conversationNotFound(String)
case noClient, conversationNotFound(String), noMessage
}

public func definition() -> ModuleDefinition {
Expand Down

0 comments on commit ec32120

Please sign in to comment.