Skip to content

Commit

Permalink
fix: remove deprecated annotation for the request method (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelve authored Sep 6, 2023
1 parent 92ac2a6 commit 8d8f0e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SanityClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,8 @@ export class ObservableSanityClient {
}

/**
* DEPRECATED: Perform an HTTP request against the Sanity API
* Perform an HTTP request against the Sanity API
*
* @deprecated Use your own request library!
* @param options - Request options
*/
request<R = Any>(options: RawRequestOptions): Observable<R> {
Expand Down

0 comments on commit 8d8f0e2

Please sign in to comment.