@optionfactory/ful 6.0.7 → 6.0.8

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.
package/dist/ful.iife.js CHANGED
@@ -2023,7 +2023,7 @@ var ful = (function (exports, ftl) {
2023
2023
  if (this.#data !== null) {
2024
2024
  return
2025
2025
  }
2026
- const raw = RemoteLoader.#revisionedData(this.#http, this.#method, this.#url, this.#revision);
2026
+ const raw = await RemoteLoader.#revisionedData(this.#http, this.#method, this.#url, this.#revision);
2027
2027
  this.#data = this.#responseMapper(raw);
2028
2028
  }
2029
2029
  static async #revisionedData(http, method, url, revision){