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