chore: Replace Error with FetchError (#8885)
This commit is contained in:
@@ -25,7 +25,7 @@ export class Order {
|
||||
|
||||
async retrievePreview(
|
||||
id: string,
|
||||
query?: SelectParams,
|
||||
query?: HttpTypes.AdminOrderFilters,
|
||||
headers?: ClientHeaders
|
||||
) {
|
||||
return await this.client.fetch<HttpTypes.AdminOrderPreviewResponse>(
|
||||
|
||||
Reference in New Issue
Block a user