Skip to content

Commit

Permalink
remove redundant error
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Jul 4, 2024
1 parent 76a3906 commit 8c9d28d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CommonSources/Error.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Foundation
public enum FetchNodeError : Error {
case InvalidURL
case InvalidInput
case InvalidAllNodeDetailsModel
case GeneralError(String)
case InvalidNetwork(String)
case InvalidMigrationNetwork(String)
Expand Down

0 comments on commit 8c9d28d

Please sign in to comment.