Skip to content

Commit

Permalink
remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 19, 2023
1 parent dd4670d commit 159e84b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xmtp/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ pub enum ClientBuilderError {

#[error("Storage Error")]
StorageError(#[from] StorageError),

#[error("No Api Defined")]
NoApi
}

pub enum AccountStrategy<InboxOwner> {
Expand Down

0 comments on commit 159e84b

Please sign in to comment.