@sanity/client 6.1.2 → 6.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -838,7 +838,7 @@ function _requestObservable(client, httpRequest, options) {
838
838
  ...options.query
839
839
  };
840
840
  }
841
- if (typeof config.perspective === "string" && config.perspective !== "all") {
841
+ if (typeof config.perspective === "string" && config.perspective !== "raw") {
842
842
  options.query = {
843
843
  perspective: config.perspective,
844
844
  ...options.query