Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekTheWebDev committed Aug 23, 2024
1 parent b33eed5 commit 4e3dff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/perfect-seahorses-nail.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@vue-storefront/sdk": patch
---

[CHANGED] response type of HTTPClient to `Promise<any>`, it has been changed previously by mistake.
[CHANGED] response type of HTTPClient to `Promise<any>`. Previously it was `Promise<true> | SdkHttpError`, which was making it impossible the use of an `axios` with the `middlewareModule`. Now, it more flexible and can be used with any HTTP client.

0 comments on commit 4e3dff5

Please sign in to comment.