Remove unknown error
Some checks are pending
test / test (push) Waiting to run

This commit is contained in:
Lily Rose 2025-06-18 00:36:49 +10:00
parent 473fefd0bb
commit b9ae0808fb

View file

@ -31,7 +31,6 @@ pub type ApiError {
HttpcError(HttpError)
JsonDecodeError(DecodeError)
ResponseError(ErrorResponse)
UnknownError
}
pub type ApiResponse(a) =