diff --git a/src/utils/api.gleam b/src/utils/api.gleam index 7bbafb9..69eba01 100644 --- a/src/utils/api.gleam +++ b/src/utils/api.gleam @@ -31,7 +31,6 @@ pub type ApiError { HttpcError(HttpError) JsonDecodeError(DecodeError) ResponseError(ErrorResponse) - UnknownError } pub type ApiResponse(a) =