Skip to content

Commit

Permalink
remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
odaridavid committed Mar 7, 2024
1 parent 5c5bbf1 commit b7ef102
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ fun ErrorType.toResourceId(): Int = when (this) {
ErrorType.SERVER -> R.string.error_server
ErrorType.GENERIC -> R.string.error_generic
ErrorType.IO_CONNECTION -> R.string.error_connection
ErrorType.UNAUTHORIZED -> R.string.error_unauthorized
ErrorType.CLIENT -> R.string.error_client
}

0 comments on commit b7ef102

Please sign in to comment.