Skip to content

Commit

Permalink
Add FETCH_TIMEOUT to fix api contract error
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed Dec 5, 2024
1 parent 5147dbc commit c6a4f13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export enum UserFeedArticleRequestStatus {
BadStatusCode = "BAD_STATUS_CODE",
FetchError = "FETCH_ERROR",
TimedOut = "TIMED_OUT",
FetchTimeout = "FETCH_TIMEOUT",
}

0 comments on commit c6a4f13

Please sign in to comment.